Merge pull request #5 from jderose9/freeze-fix
async popup stealing focus on window activations
This commit is contained in:
+2
-2
@@ -109,7 +109,7 @@ const thumbnailPreviewMenu = new Lang.Class({
|
||||
this.shouldOpen = true;
|
||||
this.shouldClose = false;
|
||||
|
||||
Mainloop.timeout_add(Taskbar.DASH_ITEM_HOVER_TIMEOUT, Lang.bind(this, this.hoverOpen));
|
||||
this.hoverOpen();
|
||||
},
|
||||
|
||||
_onMenuLeave: function () {
|
||||
@@ -122,7 +122,7 @@ const thumbnailPreviewMenu = new Lang.Class({
|
||||
this.shouldOpen = true;
|
||||
this.shouldClose = false;
|
||||
|
||||
Mainloop.timeout_add(Taskbar.DASH_ITEM_HOVER_TIMEOUT, Lang.bind(this, this.hoverOpen));
|
||||
this.hoverOpen();
|
||||
},
|
||||
|
||||
_onLeave: function () {
|
||||
|
||||
Reference in New Issue
Block a user