html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

[Web] How to disable drag and drop

Open medobedo-glitch opened this issue 2 years ago • 4 comments

As simple as the title says, How can I disable drag and drop in the editor? Thanks in advance

medobedo-glitch avatar Dec 16 '22 09:12 medobedo-glitch

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??

davidCcD avatar May 24 '23 02:05 davidCcD

I'm encountering the same problem. Have you found any solutions?

MMoarales avatar Feb 19 '24 10:02 MMoarales

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.

davidCcD avatar Feb 23 '24 03:02 davidCcD

Ok, thank you for your answer. I'm going to work on another solution then. 👍

MMoarales avatar Feb 23 '24 08:02 MMoarales