fix(AppSearch): Fix `forceActiveFocus` in StatusSearchPopup
Closes: #6638
This commit is contained in:
parent
54687cc8cf
commit
d8abef5b28
|
@ -79,7 +79,6 @@ Item {
|
|||
}
|
||||
onOpened: {
|
||||
searchPopup.resetSearchSelection();
|
||||
searchPopup.forceActiveFocus()
|
||||
appSearch.store.prepareLocationMenuModel()
|
||||
|
||||
const jsonObj = appSearch.store.getSearchLocationObject()
|
||||
|
|
Loading…
Reference in New Issue