Skip to content

Commit

Permalink
Revert "Fix #106303"
Browse files Browse the repository at this point in the history
This reverts commit 8e5eed1.

this is causing a layer check issue
  • Loading branch information
mjbvz committed Sep 10, 2020
1 parent 3f8f022 commit cf38af8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

1 comment on commit cf38af8

@roblourens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thanks

Please sign in to comment.