Skip to content

Commit 51922d1

Browse files
author
BuildTools
committed
fix: revert #54
1 parent f24f1da commit 51922d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.hotkeys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"datetime-local", "search", "color", "tel"],
119119

120120
// default input types not to bind to unless bound directly
121-
textInputTypes: /textarea|input|select/i,
121+
textInputTypes: /textarea|select/i,
122122

123123
options: {
124124
filterInputAcceptingElements: true,

0 commit comments

Comments
 (0)