Browse Source

gui: Fix log-tailing behavior when scrolled to top (fixes #7267) (#7272)

Choongkyu 4 years ago
parent
commit
83cfd308b4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/default/syncthing/core/syncthingController.js

+ 1 - 0
gui/default/syncthing/core/syncthingController.js

@@ -1198,6 +1198,7 @@ angular.module('syncthing.core')
                 }).error($scope.emitHTTPError);
             },
             show: function () {
+                $scope.logging.paused = false;
                 $scope.logging.refreshFacilities();
                 $scope.logging.timer = $timeout($scope.logging.fetch);
                 var textArea = $('#logViewerText');