Переглянути джерело

fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change

Torkel Ödegaard 9 роки тому
батько
коміт
f23d72001d
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      public/app/features/dashboard/dashboard_ctrl.ts

+ 0 - 1
public/app/features/dashboard/dashboard_ctrl.ts

@@ -71,7 +71,6 @@ export class DashboardCtrl {
       };
       };
 
 
       $scope.broadcastRefresh = function() {
       $scope.broadcastRefresh = function() {
-        $rootScope.performance.panelsRendered = 0;
         $rootScope.$broadcast('refresh');
         $rootScope.$broadcast('refresh');
       };
       };