diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 854acd1b4..2f2ad0268 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1251,6 +1251,7 @@ const AppFolderPopup = new Lang.Class({ this.actor.destroy(); })); this._grabHelper = new GrabHelper.GrabHelper(this.actor); + this._grabHelper.addActor(Main.layoutManager.overviewGroup); }, toggle: function() {