diff --git a/dist/hotkeys.common.js b/dist/hotkeys.common.js index 970f2f22..001e8f6a 100644 --- a/dist/hotkeys.common.js +++ b/dist/hotkeys.common.js @@ -214,8 +214,9 @@ function filter(event) { tagName } = target; let flag = true; + const isInput = tagName === 'INPUT' && !['checkbox', 'radio', 'range', 'button', 'file', 'reset', 'submit', 'color'].includes(target.type); // ignore: isContentEditable === 'true', and