projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c489940
)
Fix reaction selector doesn't focus msg input (#62)
author
Ajay Bura
<ajbura@gmail.com>
Mon, 25 Oct 2021 11:58:14 +0000
(17:28 +0530)
committer
Ajay Bura
<ajbura@gmail.com>
Mon, 25 Oct 2021 11:58:14 +0000
(17:28 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/organisms/room/RoomViewInput.jsx
patch
|
blob
|
history
diff --git
a/src/app/organisms/room/RoomViewInput.jsx
b/src/app/organisms/room/RoomViewInput.jsx
index 5ca4fdd3edae37683793c7e21e1fa15385ab461b..6d4a22f684febd750a454dfb03179a56ab6f5050 100644
(file)
--- 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() {