mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appDisplay: Don't change search entry's reactive state
The folder dialog eats all events now, there's no need to disable the search entry anymore. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
This commit is contained in:
parent
1691e422e7
commit
85e055ffe3
1 changed files with 0 additions and 4 deletions
|
|
@ -722,10 +722,6 @@ class AppDisplay extends BaseAppView {
|
|||
});
|
||||
}
|
||||
this._updateIconOpacities(isOpen);
|
||||
|
||||
// Toggle search entry
|
||||
Main.overview.searchEntry.reactive = !isOpen;
|
||||
|
||||
this._displayingDialog = isOpen;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue