Scroll to top on category activation

This commit is contained in:
Johannes Zellner
2018-02-23 11:34:39 -08:00
parent 2172f8532d
commit 2d20e3c13d

View File

@@ -399,6 +399,8 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
}
$scope.ready = true;
document.getElementById('appstoreGrid').scrollIntoView();
});
};