Przeglądaj źródła

delete unused hook

utsushiiro 7 lat temu
rodzic
commit
7d21e55385

+ 0 - 1
src/client/js/components/PageEditor/HandsontableModal.jsx

@@ -37,7 +37,6 @@ export default class HandsontableModal extends React.Component {
         markdownTable: initMarkdownTable.clone(),
         handsontableSetting: Object.assign({}, this.state.handsontableSetting, {
           afterUpdateSettings: HandsontableUtil.createHandlerToSynchronizeHandontableAlignWith(initMarkdownTable.options.align),
-          loadData: HandsontableUtil.createHandlerToSynchronizeHandontableAlignWith(initMarkdownTable.options.align),
           afterSelectionEnd: this.storeSelectedRange.bind(this)
         })
       }