Commit 95661976 by Konstantin Koniev Committed by Torkel Ödegaard

Internationalise keybindings. (#8311)

parent fd5fc0b7
......@@ -74,7 +74,7 @@ export class KeybindingSrv {
evt.stopPropagation();
evt.returnValue = false;
return this.$rootScope.$apply(fn.bind(this));
});
}, 'keydown');
}
showDashEditView(view) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment