focus message input when selecting emotes in emote popup (#4719)

* focus input when selecting emotes in emote popup

* changelog

---------

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Abhinav Neelam
2023-07-29 06:16:19 -07:00
committed by GitHub
parent 7079729591
commit 9cb59f753f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -307,6 +307,7 @@ void SplitInput::openEmotePopup()
textToInsert = " " + textToInsert;
}
this->insertText(textToInsert);
this->ui_.textEdit->activateWindow();
}
});
}