Fix reaction selector doesn't focus msg input (#62)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-10-25 17:28:14 +05:30
parent c489940f8b
commit f544dab3e0

View file

@ -313,6 +313,7 @@ function RoomViewInput({
function addEmoji(emoji) {
textAreaRef.current.value += emoji.unicode;
textAreaRef.current.focus();
}
function handleUploadClick() {