diff --git a/js/ui/overview.js b/js/ui/overview.js index 22bd4c4f5..c2c2e5326 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -691,6 +691,7 @@ var Overview = class extends Signals.EventEmitter { if (!this._syncGrab()) { callback(); + this.hide(); return; }