test: 移动端键盘事件

dev/chat
Lei OT 2 years ago
parent e19907f4c7
commit f614343462

@ -186,6 +186,7 @@ const InputComposer = ({ mobile }) => {
const focusInput = () => {
textInputRef.current.focus({ cursor: 'end', preventScroll: true });
window.dispatchEvent(new Event('resize'));
};
const addEmoji = (emoji) => {

Loading…
Cancel
Save