Procházet zdrojové kódy

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

Torkel Ödegaard před 9 roky
rodič
revize
f23d72001d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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() {
-        $rootScope.performance.panelsRendered = 0;
         $rootScope.$broadcast('refresh');
       };