fix(@desktop/chat): force focus on search input when popup is opened

Closes #3392
This commit is contained in:
Pascal Precht 2021-09-08 12:41:50 +02:00 committed by Iuri Matias
parent 32049aa928
commit 84a9b873f7
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 73c77c29c2db7918c6fd1654ecd8949c7ce65cbe
Subproject commit efe31166103b21352ac48ea387f2b39b9a899608

View File

@ -88,6 +88,7 @@ StatusAppThreePanelLayout {
}
onOpened: {
searchPopup.resetSearchSelection();
searchPopup.forceActiveFocus()
chatsModel.messageSearchViewController.prepareLocationMenuModel()
const jsonObj = chatsModel.messageSearchViewController.getSearchLocationObject()