瀏覽代碼

import panel not collapsed initially

Alexander Rose 4 年之前
父節點
當前提交
c5c31ffbe3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/structure-viewer/ui/import.tsx

+ 1 - 1
src/structure-viewer/ui/import.tsx

@@ -16,7 +16,7 @@ export class ImportControls extends CollapsableControls {
     protected defaultState() {
         return {
             header: 'Import',
-            isCollapsed: true,
+            isCollapsed: false,
             brand: { accent:  'gray' as const, svg: FileOutlineSvg }
         }
     }