diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 4ded09cfc..bd2e15de4 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -960,6 +960,7 @@ const FolderIcon = new Lang.Class({ function() { this._ensurePopup(); this._popup.toggle(); + this.view.actor.vscroll.adjustment.value = 0; })); this.actor.connect('notify::mapped', Lang.bind(this, function() {