mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
grabHelper: Fix up event handling for ignoring releases
We need to return 'true' to signify that we handled the event. https://bugzilla.gnome.org/show_bug.cgi?id=689109
This commit is contained in:
parent
066e5cddb5
commit
8dc63932fc
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ const GrabHelper = new Lang.Class({
|
|||
|
||||
if (release && this._ignoreRelease) {
|
||||
this._ignoreRelease = false;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!button && this._modalCount == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue