selecto icon indicating copy to clipboard operation
selecto copied to clipboard

How to resize select area.

Open rowthan opened this issue 3 years ago • 1 comments

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

image

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:

image

rowthan avatar Feb 16 '22 09:02 rowthan

@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.

daybrush avatar Mar 09 '22 14:03 daybrush