diff --git a/js/ui/panel.js b/js/ui/panel.js index 4cedb442b..c331f4dff 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -1040,8 +1040,6 @@ Panel.prototype = { }, _onHotCornerEntered : function() { - if (this._menus.grabbed) - return false; if (!this._hotCornerEntered) { this._hotCornerEntered = true; if (!Main.overview.animationInProgress) { @@ -1055,8 +1053,6 @@ Panel.prototype = { }, _onHotCornerClicked : function() { - if (this._menus.grabbed) - return false; if (!Main.overview.animationInProgress) { this._maybeToggleOverviewOnClick(); }