瀏覽代碼

fix broken 'd r' shortcut (refresh dashboard) (#10199)

Alexander Zobnin 8 年之前
父節點
當前提交
3cdf0af398
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/core/services/keybindingSrv.ts

+ 1 - 1
public/app/core/services/keybindingSrv.ts

@@ -189,7 +189,7 @@ export class KeybindingSrv {
     });
 
     this.bind('d r', () => {
-      scope.broadcastRefresh();
+      scope.ctrl.timeSrv.refreshDashboard();
     });
 
     this.bind('d s', () => {