Browse Source

show modal

jam411 3 years ago
parent
commit
7bab248e2c
1 changed files with 2 additions and 2 deletions
  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>
             </Collapse>
           </div>
           </div>
           <div ref={(c) => { this.hotTableContainer = c }} className="m-4 hot-table-container">
           <div ref={(c) => { this.hotTableContainer = c }} className="m-4 hot-table-container">
-            <HotTable
+            {/* <HotTable
               ref={(c) => { this.hotTable = c }}
               ref={(c) => { this.hotTable = c }}
               data={this.state.markdownTable.table}
               data={this.state.markdownTable.table}
               settings={this.handsontableSettings}
               settings={this.handsontableSettings}
@@ -481,7 +481,7 @@ export default class HandsontableModal extends React.PureComponent {
               beforeColumnResize={this.beforeColumnResizeHandler}
               beforeColumnResize={this.beforeColumnResizeHandler}
               afterColumnResize={this.afterColumnResizeHandler}
               afterColumnResize={this.afterColumnResizeHandler}
               afterColumnMove={this.afterColumnMoveHandler}
               afterColumnMove={this.afterColumnMoveHandler}
-            />
+            /> */}
           </div>
           </div>
         </ModalBody>
         </ModalBody>
         <ModalFooter className="grw-modal-footer">
         <ModalFooter className="grw-modal-footer">