fix(@desktop/chat): force focus on search input when popup is opened
Closes #3392
This commit is contained in:
parent
32049aa928
commit
84a9b873f7
|
@ -1 +1 @@
|
|||
Subproject commit 73c77c29c2db7918c6fd1654ecd8949c7ce65cbe
|
||||
Subproject commit efe31166103b21352ac48ea387f2b39b9a899608
|
|
@ -88,6 +88,7 @@ StatusAppThreePanelLayout {
|
|||
}
|
||||
onOpened: {
|
||||
searchPopup.resetSearchSelection();
|
||||
searchPopup.forceActiveFocus()
|
||||
chatsModel.messageSearchViewController.prepareLocationMenuModel()
|
||||
|
||||
const jsonObj = chatsModel.messageSearchViewController.getSearchLocationObject()
|
||||
|
|
Loading…
Reference in New Issue