fix: clear channel picker search input on open
This commit is contained in:
parent
ab1a03c3b2
commit
6b76996bf0
|
@ -26,6 +26,7 @@ Popup {
|
|||
onOpened: {
|
||||
listView.currentIndex = 0
|
||||
if (showSearchBox) {
|
||||
searchBox.text = ""
|
||||
searchBox.textField.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue