Prechádzať zdrojové kódy

import panel not collapsed initially

Alexander Rose 4 rokov pred
rodič
commit
c5c31ffbe3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 }
         }
     }