summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-02-09 12:54:09 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2024-02-09 16:16:01 +0300
commitb4e29ec0e922368f23fc735fd4719f205cc760eb (patch)
treec3d0c57ed02b199132be932a692b25a30361ed1f /indra/newview/llfloaterimsessiontab.cpp
parentafc9252372b2b511bb3f7caaaa0856989bbd3f46 (diff)
#68 The 'Recently used emoji' can not be selected by the 'Tab' key
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-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 2cb2ea0553..24cc398f3b 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -465,6 +465,7 @@ void LLFloaterIMSessionTab::onEmojiRecentPanelToggleBtnClicked()
void LLFloaterIMSessionTab::onEmojiPickerShowBtnClicked()
{
+ mInputEditor->setFocus(TRUE);
mInputEditor->showEmojiHelper();
}