From 9ef793073babb8ce32cb0aadff53399e798774a8 Mon Sep 17 00:00:00 2001 From: Sebin Song Date: Tue, 29 Oct 2024 12:14:07 +1300 Subject: [PATCH] #2387 Two emoji picker issues (#2400) * fix issue No. 1 * make sure emoticon is added to the cursor position * add comment * comment update --- frontend/views/containers/chatroom/Emoticons.vue | 13 +++++++++++-- frontend/views/containers/chatroom/SendArea.vue | 7 ++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/frontend/views/containers/chatroom/Emoticons.vue b/frontend/views/containers/chatroom/Emoticons.vue index 69dbac8fff..493c88489f 100644 --- a/frontend/views/containers/chatroom/Emoticons.vue +++ b/frontend/views/containers/chatroom/Emoticons.vue @@ -1,7 +1,7 @@