daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2.04k stars 82 forks source link

OnDrag isSelect always true #76

Open ghost opened 2 years ago

ghost commented 2 years ago

Environments

Description

If I don't set continueSelect=true, the isSelect of the drag listener is always true. This should not meet expectations, right?

daybrush commented 2 years ago

@EvanMeek Most likely isSelect will be true.

Even if drag occurs, there are cases where the select area does not appear.