diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 3df634f76..97dcd0f91 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -51,6 +51,9 @@ AlphabeticalView.prototype = { let adjustment = this.actor.vscroll.adjustment; let direction = Overview.SwipeScrollDirection.VERTICAL; Main.overview.setScrollAdjustment(adjustment, direction); + + // Reset scroll on mapping + adjustment.value = 0; })); },