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
Describe the bug
Using dndDraggable on an element adds draggable="true" to it which disables text selection from all of its child elements, even though draggable="true" is redundant when a handle is configured.
If you have text selection enabled in a drag handle then you'll see a ghosting drag image when dragging which is not en expected behavior so you'll have to disable dragging to see text selection.
Describe the bug
Using dndDraggable on an element adds draggable="true" to it which disables text selection from all of its child elements, even though draggable="true" is redundant when a handle is configured.
To Reproduce
https://reppners.github.io/ngx-drag-drop/
Expected behavior
Can select text from child elements when a handle is used
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: