mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change
This commit is contained in:
@@ -71,7 +71,6 @@ export class DashboardCtrl {
|
||||
};
|
||||
|
||||
$scope.broadcastRefresh = function() {
|
||||
$rootScope.performance.panelsRendered = 0;
|
||||
$rootScope.$broadcast('refresh');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user