mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Internationalise keybindings. (#8311)
This commit is contained in:
committed by
Torkel Ödegaard
parent
fd5fc0b7ab
commit
9566197620
@@ -74,7 +74,7 @@ export class KeybindingSrv {
|
||||
evt.stopPropagation();
|
||||
evt.returnValue = false;
|
||||
return this.$rootScope.$apply(fn.bind(this));
|
||||
});
|
||||
}, 'keydown');
|
||||
}
|
||||
|
||||
showDashEditView(view) {
|
||||
|
||||
Reference in New Issue
Block a user