diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-09-13 18:19:50 +0200 |
---|---|---|
committer | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-09-13 18:19:50 +0200 |
commit | 0e135d2a2c1119592a2b7ca70acd95711241de16 (patch) | |
tree | a17b376f27699a071759fcb3384fd321757a102d /indra | |
parent | 29a3295c82fb65143f8eea7e27c61436a19b4272 (diff) |
SL-20247 Keep the focus on the chat field as emojis in the offboard floater are clicked
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
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() |