We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When clicking a single item of selected items, the element sticks to the cursor and follows the mouse around until you click again.
The expected behavior is that the single click on one of the selected items, selects one item and the item doesn't automatically follow the cursor.
This happens in every example in the Moveable and Selecto storybooks too. Example here.
If you change selectFromInside to true, the issue is fixed, but now you can't click and drag a single item, you have to click and drag to select:
selectFromInside
true
The text was updated successfully, but these errors were encountered:
fix: fix isDragStart condition #141
f901416
@davidalejandroaguilar
selecto's new version is released. Check it again
Sorry, something went wrong.
Thank you very much!
No branches or pull requests
Environments
Description
When clicking a single item of selected items, the element sticks to the cursor and follows the mouse around until you click again.
The expected behavior is that the single click on one of the selected items, selects one item and the item doesn't automatically follow the cursor.
This happens in every example in the Moveable and Selecto storybooks too. Example here.
Screen.Recording.2023-06-27.at.11.39.20.p.m.mov
If you change
selectFromInside
totrue
, the issue is fixed, but now you can't click and drag a single item, you have to click and drag to select:Screen.Recording.2023-06-28.at.12.02.11.a.m.mov
The text was updated successfully, but these errors were encountered: