mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(AppSearch): Fix forceActiveFocus
in StatusSearchPopup
Closes: #6638
This commit is contained in:
parent
54687cc8cf
commit
d8abef5b28
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user