mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
fix broken 'd r' shortcut (refresh dashboard) (#10199)
This commit is contained in:
committed by
Torkel Ödegaard
parent
fa29ff0d79
commit
3cdf0af398
@@ -189,7 +189,7 @@ export class KeybindingSrv {
|
||||
});
|
||||
|
||||
this.bind('d r', () => {
|
||||
scope.broadcastRefresh();
|
||||
scope.ctrl.timeSrv.refreshDashboard();
|
||||
});
|
||||
|
||||
this.bind('d s', () => {
|
||||
|
||||
Reference in New Issue
Block a user