mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
fix(Communities): ensure communities search works again
This commit is contained in:
parent
34707b7298
commit
629ce86076
@ -15,8 +15,8 @@ StatusModal {
|
|||||||
id: popup
|
id: popup
|
||||||
|
|
||||||
onOpened: {
|
onOpened: {
|
||||||
contentComponent.searchBox.input.text = "";
|
contentItem.searchBox.input.text = "";
|
||||||
contentComponent.searchBox.input.forceActiveFocus(Qt.MouseFocusReason)
|
contentItem.searchBox.input.forceActiveFocus(Qt.MouseFocusReason)
|
||||||
}
|
}
|
||||||
|
|
||||||
//% "Communities"
|
//% "Communities"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user