Parcourir la source

import panel not collapsed initially

Alexander Rose il y a 4 ans
Parent
commit
c5c31ffbe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }
         }
     }