diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index f9706aa2e..51d108b0c 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -600,6 +600,7 @@ var AllView = GObject.registerClass({ openSpaceForPopup(item, side, nRows) { this._updateIconOpacities(true); this._displayingPopup = true; + this._eventBlocker.reactive = true; this._grid.openExtraSpace(item, side, nRows); }