Fix emoji filter losing focus

This commit is contained in:
Nicolas Werner 2020-10-12 22:05:55 +02:00
parent 716992b761
commit d075a90024
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Popup {
cellHeight: 52 cellHeight: 52
boundsBehavior: Flickable.StopAtBounds boundsBehavior: Flickable.StopAtBounds
clip: true clip: true
currentIndex: -1 // prevent sorting from stealing focus
// Individual emoji // Individual emoji
delegate: AbstractButton { delegate: AbstractButton {