autoScroll
{
threshold: 0,
increment: 10
}const selectable = new Selectable({
autoScroll: {
threshold: 0,
increment: 20,
}
});Last updated
{
threshold: 0,
increment: 10
}const selectable = new Selectable({
autoScroll: {
threshold: 0,
increment: 20,
}
});Last updated
const selectable = new Selectable({
autoScroll: false
});