diff --git a/src/app/organisms/room/RoomViewInput.jsx b/src/app/organisms/room/RoomViewInput.jsx index 5ca4fdd..6d4a22f 100644 --- a/src/app/organisms/room/RoomViewInput.jsx +++ b/src/app/organisms/room/RoomViewInput.jsx @@ -313,6 +313,7 @@ function RoomViewInput({ function addEmoji(emoji) { textAreaRef.current.value += emoji.unicode; + textAreaRef.current.focus(); } function handleUploadClick() {