提交 1cbc2f2e 编写于 作者: R rebornix

setting display to none will break layout, move it out of view.

上级 0b18106a
......@@ -358,7 +358,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
onWillHide() {
this.editorFocus?.set(false);
this.overlayContainer.style.visibility = 'hidden';
this.overlayContainer.style.display = 'none';
this.overlayContainer.style.left = '-50000px';
}
getInnerWebview(): Webview | undefined {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册