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
@ -722,10 +722,6 @@ class AppDisplay extends BaseAppView {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
this._updateIconOpacities(isOpen);
|
this._updateIconOpacities(isOpen);
|
||||||
|
|
||||||
// Toggle search entry
|
|
||||||
Main.overview.searchEntry.reactive = !isOpen;
|
|
||||||
|
|
||||||
this._displayingDialog = isOpen;
|
this._displayingDialog = isOpen;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user