Internationalise keybindings. (#8311)

This commit is contained in:
Konstantin Koniev
2017-05-12 14:59:56 +02:00
committed by Torkel Ödegaard
parent fd5fc0b7ab
commit 9566197620
+1 -1
View File
@@ -74,7 +74,7 @@ export class KeybindingSrv {
evt.stopPropagation();
evt.returnValue = false;
return this.$rootScope.$apply(fn.bind(this));
});
}, 'keydown');
}
showDashEditView(view) {