Explorar o código

import panel not collapsed initially

Alexander Rose %!s(int64=4) %!d(string=hai) anos
pai
achega
c5c31ffbe3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }
         }
     }