Internationalise keybindings. (#8311)

This commit is contained in:
Konstantin Koniev 2017-05-12 15:59:56 +03:00 committed by Torkel Ödegaard
parent fd5fc0b7ab
commit 9566197620

View File

@ -74,7 +74,7 @@ export class KeybindingSrv {
evt.stopPropagation();
evt.returnValue = false;
return this.$rootScope.$apply(fn.bind(this));
});
}, 'keydown');
}
showDashEditView(view) {