Pārlūkot izejas kodu

import panel not collapsed initially

Alexander Rose 4 gadi atpakaļ
vecāks
revīzija
c5c31ffbe3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 }
         }
     }