Fix reaction selector doesn't focus msg input (#62)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
0bd22bee13
commit
54dd5a4edb
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ function RoomViewInput({
|
|||
|
||||
function addEmoji(emoji) {
|
||||
textAreaRef.current.value += emoji.unicode;
|
||||
textAreaRef.current.focus();
|
||||
}
|
||||
|
||||
function handleUploadClick() {
|
||||
|
|
Loading…
Reference in a new issue