mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Try to make scrolling emoji picker a bit smoother
This commit is contained in:
parent
b158c02e3b
commit
b453b65787
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ Menu {
|
|||
boundsBehavior: Flickable.StopAtBounds
|
||||
clip: true
|
||||
currentIndex: -1 // prevent sorting from stealing focus
|
||||
cacheBuffer: 500
|
||||
|
||||
// Individual emoji
|
||||
delegate: AbstractButton {
|
||||
|
|
Loading…
Reference in a new issue