diff --git a/js/ui/overview.js b/js/ui/overview.js index a0796a807..228031c22 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -383,7 +383,7 @@ Overview.prototype = { } this._transparentBackground.lower_bottom(); this._paneContainer.hide(); - this._lightbox.actor.hide(true); + this._lightbox.actor.hide(); } })); },