diff --git a/js/ui/panel.js b/js/ui/panel.js index 5072ef811..9dec7953f 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -249,6 +249,7 @@ const AppMenuButton = new Lang.Class({ let bin = new St.Bin({ name: 'appMenu' }); this.actor.add_actor(bin); + this.actor.bind_property("reactive", this.actor, "can-focus", 0); this.actor.reactive = false; this._targetIsCurrent = false;