Ryu Sato 5 лет назад
Родитель
Сommit
b24a943a00
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/PageEditor/OptionsSelector.jsx

+ 1 - 1
src/client/js/components/PageEditor/OptionsSelector.jsx

@@ -98,7 +98,7 @@ class OptionsSelector extends React.Component {
     editorContainer.saveOptsToLocalStorage();
   }
 
-  onClickFormattingMarkdownTable(event_unused) {
+  onClickFormattingMarkdownTable(event) {
     const { editorContainer } = this.props;
 
     const newValue = !editorContainer.state.editorOptions.formattingMarkdownTable;