fix: clear channel picker search input on open

This commit is contained in:
Jonathan Rainville 2021-01-05 13:54:17 -05:00 committed by Iuri Matias
parent ab1a03c3b2
commit 6b76996bf0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Popup {
onOpened: {
listView.currentIndex = 0
if (showSearchBox) {
searchBox.text = ""
searchBox.textField.forceActiveFocus()
}
}