fixes keyboard shortcut after refactor
This commit is contained in:
@@ -282,7 +282,7 @@ function keyboardService($window, $timeout) {
|
||||
keyboardManagerService.keyboardEvent[label] = {
|
||||
'callback': callback,
|
||||
'target': elt,
|
||||
'opt': opt['type']
|
||||
'opt': opt
|
||||
};
|
||||
|
||||
if (!found) {
|
||||
|
||||
Reference in New Issue
Block a user