From 9566197620503742085606a2a3bad42b8fc2817d Mon Sep 17 00:00:00 2001 From: Konstantin Koniev Date: Fri, 12 May 2017 15:59:56 +0300 Subject: [PATCH] Internationalise keybindings. (#8311) --- public/app/core/services/keybindingSrv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/services/keybindingSrv.ts b/public/app/core/services/keybindingSrv.ts index acf0123962b..95ad66b568a 100644 --- a/public/app/core/services/keybindingSrv.ts +++ b/public/app/core/services/keybindingSrv.ts @@ -74,7 +74,7 @@ export class KeybindingSrv { evt.stopPropagation(); evt.returnValue = false; return this.$rootScope.$apply(fn.bind(this)); - }); + }, 'keydown'); } showDashEditView(view) {