You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start second selection in middle of previous then cursor not allowed appears, and selection not start.
What is the current behavior?
I select some elements. This work very well. After that I start new selection. If I start it above or below previous - this still works well. But if I start it in middle of previous selection - new selection will not start.
This was worked well in 1.7
Please provide the steps to reproduce and create a JSFiddle.
ver 1.7
As you see everything working wery well
ver 2.3
If I start new selection from middle of previus, selection will not start
Caused by #99 - a simple fix for that is adding user-select: none; to the container. I'll add that to the docs, I don't consider this an issue yet. I'll take a look at it later.
I updated the README for now, please refer to #97 and #99 for more information.
What is the problem?
When I start second selection in middle of previous then cursor not allowed appears, and selection not start.
What is the current behavior?
I select some elements. This work very well. After that I start new selection. If I start it above or below previous - this still works well. But if I start it in middle of previous selection - new selection will not start.
This was worked well in 1.7
Please provide the steps to reproduce and create a JSFiddle.
ver 1.7
As you see everything working wery well
ver 2.3
If I start new selection from middle of previus, selection will not start
In fiddle with example (https://jsfiddle.net/Simonwep/wez9o7cu/) this issue also occurs.
Code for v1.7
Code for v2.3 (but i comment all events ant this issue still exist)
What is the expected behavior?
work fine like version 1.7
Your environment:
The text was updated successfully, but these errors were encountered: