SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.76k stars 3.7k forks source link

[bug] Drag and drop text Editors #2366

Open renatolopeslatitudde opened 7 months ago

renatolopeslatitudde commented 7 months ago

Hi! Iam trying to implement drag and drop on a RichTextEditor (TinyMCE Editor) in a blazor project but when i try to drag and drop one of them stops working, it stops being clickable. It's just the iframe part of the editor. The toolbar is still clickable. I tested with the an input and it works fine. Any solution or workaround for this? Thanks!