messageTray: Always close the tray when clicking outside of it
Even when a summary box pointer item is up.
This commit is contained in:
@ -2213,6 +2213,7 @@ const MessageTray = new Lang.Class({
|
||||
}
|
||||
|
||||
this._grabHelper.grab({ actor: this._summaryBoxPointer.bin.child,
|
||||
untracked: true,
|
||||
grabFocus: true,
|
||||
onUngrab: Lang.bind(this, this._onSummaryBoxPointerUngrabbed) });
|
||||
this._lock();
|
||||
|
Reference in New Issue
Block a user