提交 6498ca5d 编写于 作者: Q qiang

chore(h5): build

上级 bb743ace
...@@ -2331,6 +2331,7 @@ function useKeyboard$1(props2, elRef, trigger) { ...@@ -2331,6 +2331,7 @@ function useKeyboard$1(props2, elRef, trigger) {
} }
}; };
el.addEventListener("blur", () => { el.addEventListener("blur", () => {
el.blur();
onKeyboardHide(); onKeyboardHide();
}); });
} }
......
...@@ -6605,6 +6605,7 @@ function useKeyboard$1(props2, elRef, trigger) { ...@@ -6605,6 +6605,7 @@ function useKeyboard$1(props2, elRef, trigger) {
} }
}; };
el.addEventListener("blur", () => { el.addEventListener("blur", () => {
el.blur();
onKeyboardHide(); onKeyboardHide();
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册