Commit cf822d97 by Johannes Edmeier

Jump to the end when the log follow is turned on

closes #282
parent e7514bf9
...@@ -24,6 +24,7 @@ module.exports = function ($scope, $window, $document) { ...@@ -24,6 +24,7 @@ module.exports = function ($scope, $window, $document) {
$scope.toggleFollow = function () { $scope.toggleFollow = function () {
$scope.follow = !$scope.follow; $scope.follow = !$scope.follow;
$scope.updateview();
}; };
$scope.scrollToTop = function () { $scope.scrollToTop = function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment