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