提交 ee303c2f 编写于 作者: I isidor

center layout: hide sahses initialy until center layout gets activated

fixes #44866
上级 1df575cb
......@@ -1049,6 +1049,8 @@ export class EditorGroupsControl extends Themable implements IEditorGroupsContro
this.centeredEditorSashRight = new Sash(container.getHTMLElement(), this, { baseSize: 5, orientation: Orientation.VERTICAL });
registerSashListeners(this.centeredEditorSashLeft);
registerSashListeners(this.centeredEditorSashRight);
this.centeredEditorSashLeft.hide();
this.centeredEditorSashRight.hide();
this.centeredEditorActive = false;
this.centeredEditorLeftMarginRatio = 0.5;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册