Skip to content

Commit

Permalink
aurelia-contrib#1 --- Change return true to return for Keymaster …
Browse files Browse the repository at this point in the history
…handler function
  • Loading branch information
zshall committed Apr 9, 2020
1 parent e591570 commit b9d8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function configure() {
eachMethod(this.viewModel, value => {
key(value.combo.shortcuts, e => {
if (!value.combo.runInsideInputs && !defaultKeymasterFilter(e)) {
return true;
return;
}

const result = value.call(this.viewModel, e);
Expand Down

0 comments on commit b9d8cd6

Please sign in to comment.