瀏覽代碼

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() {
-        $rootScope.performance.panelsRendered = 0;
         $rootScope.$broadcast('refresh');
       };