From b4e29ec0e922368f23fc735fd4719f205cc760eb Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Fri, 9 Feb 2024 12:54:09 +0100 Subject: #68 The 'Recently used emoji' can not be selected by the 'Tab' key --- indra/newview/llfloaterimsessiontab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloaterimsessiontab.cpp') 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(); } -- cgit v1.2.3