mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
Internationalise keybindings. (#8311)
This commit is contained in:
parent
fd5fc0b7ab
commit
9566197620
@ -74,7 +74,7 @@ export class KeybindingSrv {
|
|||||||
evt.stopPropagation();
|
evt.stopPropagation();
|
||||||
evt.returnValue = false;
|
evt.returnValue = false;
|
||||||
return this.$rootScope.$apply(fn.bind(this));
|
return this.$rootScope.$apply(fn.bind(this));
|
||||||
});
|
}, 'keydown');
|
||||||
}
|
}
|
||||||
|
|
||||||
showDashEditView(view) {
|
showDashEditView(view) {
|
||||||
|
Loading…
Reference in New Issue
Block a user