Commit f23d7200 by Torkel Ödegaard

fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit…

fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change
parent 302ad5f1
...@@ -71,7 +71,6 @@ export class DashboardCtrl { ...@@ -71,7 +71,6 @@ export class DashboardCtrl {
}; };
$scope.broadcastRefresh = function() { $scope.broadcastRefresh = function() {
$rootScope.performance.panelsRendered = 0;
$rootScope.$broadcast('refresh'); $rootScope.$broadcast('refresh');
}; };
......
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