فهرست منبع

Merge branch 'feat/dsv-table-data-import' into feat/html-table-data-import

utsushiiro 7 سال پیش
والد
کامیت
63f9529d9c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/client/js/components/PageEditor/HandsontableModal.jsx

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

@@ -256,6 +256,7 @@ export default class HandsontableModal extends React.PureComponent {
         this.init(MarkdownTable.fromTableTag(data));
         break;
     }
+    this.toggleDataImportArea();
   }
 
   expandWindow() {