Hello, my basic setup is like this but its a bit slow on mobile. It's hard to deselect and the scrolling is way too slow.
const selectable = new Selectable({
appendTo: ".files-list",
ignore: ["img", "ion-icon"],
autoScroll: {
threshold: 0,
increment: 100,
}
});
Any tips or additional JS command to make it more responsive and fluid? Otherwise, I can use the builtin features to select all, invert and so on... While I find a better way to work this out.
Regards