mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
overview: Hide when failing to take grab at end of startup animation
Otherwise keyboard input would be going to whatever window was preventing us from taking the grab while it is obscured by the overview. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2667>
This commit is contained in:
parent
bb42973730
commit
56478f21e6
1 changed files with 1 additions and 0 deletions
|
|
@ -691,6 +691,7 @@ var Overview = class extends Signals.EventEmitter {
|
||||||
|
|
||||||
if (!this._syncGrab()) {
|
if (!this._syncGrab()) {
|
||||||
callback();
|
callback();
|
||||||
|
this.hide();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue