mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overview: Avoid sync_pointer after pop_modal()
This is only necessary for the X11 backend (as grabs triggered by other clients leave GNOME Shell oblivious of the actual pointer position), but is now handled inside Mutter. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1556>
This commit is contained in:
parent
0141b66d23
commit
cbde13fc65
1 changed files with 0 additions and 1 deletions
|
|
@ -526,7 +526,6 @@ var Overview = class {
|
|||
this._animateNotVisible();
|
||||
|
||||
this._syncGrab();
|
||||
global.sync_pointer();
|
||||
}
|
||||
|
||||
// hide:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue