mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +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.
(cherry picked from commit 56478f21e6)
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2705>
This commit is contained in:
parent
b2566d84ad
commit
42d5901e7d
1 changed files with 1 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ var Overview = class {
|
|||
|
||||
if (!this._syncGrab()) {
|
||||
callback();
|
||||
this.hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue