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) {