-
I have an issue where you can just drag files inside the editor and drop them and they are not interpeted to a valid component and then it just get complicated from there on. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can leverage |
Beta Was this translation helpful? Give feedback.
-
Thanks @artf found my solution with this fiddle example. |
Beta Was this translation helpful? Give feedback.
You can leverage
canvas:dragdata
and decide what to drop and what to skip https://jsfiddle.net/artur_arseniev/87rcb24n/ but there is no way to disable completely the D&D as you wouldn't be able to move components or drop blocks.