Fix reaction selector doesn't focus msg input (#62)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -313,6 +313,7 @@ function RoomViewInput({
|
||||
|
||||
function addEmoji(emoji) {
|
||||
textAreaRef.current.value += emoji.unicode;
|
||||
textAreaRef.current.focus();
|
||||
}
|
||||
|
||||
function handleUploadClick() {
|
||||
|
||||
Reference in New Issue
Block a user