fix(AppSearch): Fix forceActiveFocus in StatusSearchPopup

Closes: #6638
This commit is contained in:
Boris Melnik 2022-08-01 17:45:04 +03:00
parent 54687cc8cf
commit d8abef5b28

View File

@ -79,7 +79,6 @@ Item {
} }
onOpened: { onOpened: {
searchPopup.resetSearchSelection(); searchPopup.resetSearchSelection();
searchPopup.forceActiveFocus()
appSearch.store.prepareLocationMenuModel() appSearch.store.prepareLocationMenuModel()
const jsonObj = appSearch.store.getSearchLocationObject() const jsonObj = appSearch.store.getSearchLocationObject()