diff --git a/js/ui/panel.js b/js/ui/panel.js index 6a24ac99d..64235eda0 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -776,7 +776,7 @@ HotCorner.prototype = { _onCornerClicked : function() { if (!Main.overview.animationInProgress) this.maybeToggleOverviewOnClick(); - return false; + return true; }, _onCornerLeft : function(actor, event) {