diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-02-09 12:54:09 +0100 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-02-09 16:16:01 +0300 |
commit | b4e29ec0e922368f23fc735fd4719f205cc760eb (patch) | |
tree | c3d0c57ed02b199132be932a692b25a30361ed1f /indra/newview/llfloaterimsessiontab.cpp | |
parent | afc9252372b2b511bb3f7caaaa0856989bbd3f46 (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.cpp | 1 |
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(); } |