瀏覽代碼

delete unused hook

utsushiiro 7 年之前
父節點
當前提交
7d21e55385
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/client/js/components/PageEditor/HandsontableModal.jsx

+ 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)
         })
       }