selecto
selecto copied to clipboard
How to resize select area.
Environments
- Framework name: js
- Framework version: es6
Description
How to resize the select area after selected. It seems that not supported now. I hope selecto can support it as below

if not, I am planning to add some functions about selection area by myself. one of the functions is that continue select area based on current state.
I find some API in selecto ,such as .gesto.move() .gesto.moveClients() . but not work, throw an exception like this:

@rowthan
Gesto and selecto are drag-related modules. It is irrelevant after the drag is finished. Of course, the methods of gesto you used are valid only while dragging is in progress.