From 0e135d2a2c1119592a2b7ca70acd95711241de16 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Wed, 13 Sep 2023 18:19:50 +0200 Subject: SL-20247 Keep the focus on the chat field as emojis in the offboard floater are clicked --- indra/newview/llfloaterimsessiontab.cpp | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3