Browse Source

hide State Tree panel

JonStargaryen 4 years ago
parent
commit
b7be616a65
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/viewer/index.ts

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@
 ## [1.2.1]
 ### Bug fixes
 - limit number of exchanges per position
+- hide State Tree panel
 
 ## [1.2.0] - 2021-02-16
 ### General

+ 1 - 1
src/viewer/index.ts

@@ -120,7 +120,7 @@ export class Viewer {
                     ...DefaultPluginSpec.layout && DefaultPluginSpec.layout.controls,
                     top: o.layoutShowSequence ? undefined : 'none',
                     bottom: o.layoutShowLog ? undefined : 'none',
-                    // left: 'none',
+                    left: 'none',
                     right: ControlsWrapper,
                 }
             },