Browse Source

BugFix OptionsSelector

Yuki Takei 8 năm trước cách đây
mục cha
commit
d28f72e2cf
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      resource/js/components/PageEditor/OptionsSelector.js

+ 0 - 4
resource/js/components/PageEditor/OptionsSelector.js

@@ -145,10 +145,6 @@ export default class OptionsSelector extends React.Component {
   }
 
   renderActiveLineMenuItem() {
-    if (!this.state.isMathJaxEnabled) {
-      return;
-    }
-
     const isActive = this.state.editorOptions.styleActiveLine;
 
     const iconClasses = ['text-info']