We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cf1de commit c4550f7Copy full SHA for c4550f7
src/filters.js
@@ -86,7 +86,7 @@ filters.key = function (handler, key) {
86
}
87
return function (e) {
88
if (e.keyCode === code) {
89
- handler.call(this, e)
+ return handler.call(this, e)
90
91
92
0 commit comments