html-editor-enhanced
html-editor-enhanced copied to clipboard
[Web] How to disable drag and drop
As simple as the title says, How can I disable drag and drop in the editor? Thanks in advance
Same request as mine. Since the code:
if (txt.contains(r'src="data:')) { txt = '<text removed due to base-64 data, displaying the text could cause the app to crash>'; }
We Don't need the function of drag and drop! How can I disable drag and drop??
I'm encountering the same problem. Have you found any solutions?
I didn't solved it yet. Because I give up Flutter For Web finally, it is not suitable for Web -- size too large to load via Internet. I use Vue For Web now, so I don't need these dart-html-editor any more.
Ok, thank you for your answer. I'm going to work on another solution then. 👍