There was an error while loading. Please reload this page.
1 parent 7d19a4b commit 03dfc21Copy full SHA for 03dfc21
lib/input.js
@@ -32,7 +32,7 @@ const KeyboardCenter = (function () {
32
if (!activeInput) {
33
return
34
}
35
- if (e && activeInput.ks.keyboardElement.contains(e.target)) {
+ if (e && (activeInput.ks.inputElement.contains(e.target) || activeInput.ks.keyboardElement.contains(e.target))) {
36
37
38
activeInput.closeKeyboard()
0 commit comments