Fix emoji filter losing focus

master
Nicolas Werner 4 years ago
parent 716992b761
commit d075a90024
  1. 1
      resources/qml/emoji/EmojiPicker.qml

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

Loading…
Cancel
Save