summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-09-13 18:19:50 +0200
committerAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-09-13 18:19:50 +0200
commit0e135d2a2c1119592a2b7ca70acd95711241de16 (patch)
treea17b376f27699a071759fcb3384fd321757a102d /indra/newview
parent29a3295c82fb65143f8eea7e27c61436a19b4272 (diff)
SL-20247 Keep the focus on the chat field as emojis in the offboard floater are clicked
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index f840dbd9c2..d46780fa81 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -522,6 +522,7 @@ void LLFloaterIMSessionTab::onRecentEmojiPicked(const LLSD& value)
void LLFloaterIMSessionTab::onEmojiPicked(llwchar emoji)
{
mInputEditor->insertEmoji(emoji);
+ mInputEditor->setFocus(TRUE);
}
void LLFloaterIMSessionTab::onEmojiPickerClosed()