From f23d72001db47d6cbd4e36411b50a58ab556d90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 21 Jun 2016 17:21:45 +0200 Subject: [PATCH] fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change --- public/app/features/dashboard/dashboard_ctrl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/dashboard/dashboard_ctrl.ts b/public/app/features/dashboard/dashboard_ctrl.ts index 3f3c9eb4c0b..18e8893a507 100644 --- a/public/app/features/dashboard/dashboard_ctrl.ts +++ b/public/app/features/dashboard/dashboard_ctrl.ts @@ -71,7 +71,6 @@ export class DashboardCtrl { }; $scope.broadcastRefresh = function() { - $rootScope.performance.panelsRendered = 0; $rootScope.$broadcast('refresh'); };