浏览代码

show modal

jam411 3 年之前
父节点
当前提交
7bab248e2c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/app/src/components/PageEditor/HandsontableModal.jsx

+ 2 - 2
packages/app/src/components/PageEditor/HandsontableModal.jsx

@@ -470,7 +470,7 @@ export default class HandsontableModal extends React.PureComponent {
             </Collapse>
           </div>
           <div ref={(c) => { this.hotTableContainer = c }} className="m-4 hot-table-container">
-            <HotTable
+            {/* <HotTable
               ref={(c) => { this.hotTable = c }}
               data={this.state.markdownTable.table}
               settings={this.handsontableSettings}
@@ -481,7 +481,7 @@ export default class HandsontableModal extends React.PureComponent {
               beforeColumnResize={this.beforeColumnResizeHandler}
               afterColumnResize={this.afterColumnResizeHandler}
               afterColumnMove={this.afterColumnMoveHandler}
-            />
+            /> */}
           </div>
         </ModalBody>
         <ModalFooter className="grw-modal-footer">