2
0
Ryu Sato 5 жил өмнө
parent
commit
b24a943a00

+ 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;