jam411 3 лет назад
Родитель
Сommit
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">