소스 검색

hide State Tree panel

JonStargaryen 4 년 전
부모
커밋
b7be616a65
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,
                 }
             },