提交 cf38af84 编写于 作者: M Matt Bierner

Revert "Fix #106303"

This reverts commit 8e5eed12.

this is causing a layer check issue
上级 3f8f0222
......@@ -343,10 +343,7 @@ export class SettingsEditor2 extends EditorPane {
super.setEditorVisible(visible, group);
if (!visible) {
// Wait for editor to be removed from DOM #106303
process.nextTick(() => {
this.searchWidget.onHide();
});
this.searchWidget.onHide();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册