mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
fix(timerange): fixed time range zoom out shortcut, fixes #6837
This commit is contained in:
parent
890e5ce8ca
commit
f9fba0e935
@ -101,7 +101,11 @@ export class KeybindingSrv {
|
||||
});
|
||||
|
||||
this.bind('t z', () => {
|
||||
scope.appEvent('zoom-out');
|
||||
scope.appEvent('zoom-out', 2);
|
||||
});
|
||||
|
||||
this.bind('ctrl+z', () => {
|
||||
scope.appEvent('zoom-out', 2);
|
||||
});
|
||||
|
||||
this.bind('t left', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user