Skip to content
Snippets Groups Projects
Verified Commit 60be0e8c authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make scrolling sticker picker bearable

parent 9f416f1f
No related branches found
No related tags found
No related merge requests found
Pipeline #1404 passed
......@@ -130,6 +130,12 @@ Menu {
currentIndex: -1 // prevent sorting from stealing focus
cacheBuffer: 500
ScrollHelper {
flickable: parent
anchors.fill: parent
enabled: !Settings.mobileMode
}
// Individual emoji
delegate: AbstractButton {
width: stickerDim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment