mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 00:44:05 +01:00
Revert "Fix #106303"
This reverts commit 8e5eed1299.
this is causing a layer check issue
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user