Try to make scrolling emoji picker a bit smoother

This commit is contained in:
Nicolas Werner 2021-07-15 17:56:32 +02:00
parent b158c02e3b
commit b453b65787
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ Menu {
boundsBehavior: Flickable.StopAtBounds
clip: true
currentIndex: -1 // prevent sorting from stealing focus
cacheBuffer: 500
// Individual emoji
delegate: AbstractButton {