grabHelper: 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
f1437506ea
commit
0141b66d23
@ -226,7 +226,6 @@ var GrabHelper = class GrabHelper {
|
||||
this._ignoreUntilRelease = false;
|
||||
|
||||
Main.popModal(this._owner);
|
||||
global.sync_pointer();
|
||||
}
|
||||
|
||||
// ignoreRelease:
|
||||
|
Loading…
Reference in New Issue
Block a user