Option: disableDragAndDrop disable the drag and drop inside the whole page.
See original GitHub issueThe option disableDragAndDrop is supposed to disable the drag and drop of images only inside the Editor.
But what this option does instead is disable the drag and drop of files inside the whole page, not only inside summernote.
To fix that you need to edit the summernote.js or summernote.min.js on line 4565: Change
$document.on('drop' to $dropzone.on('drop'
That fixes it.
Can you please make a patch to fix that?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Hidden Setting: Disable Drag and Drop - TiddlyWiki
New in: 5.1.22 To disable all the drag and drop operations that are built into the core, set the following tiddler to "no":....
Read more >Disable Drag and Drop on HTML elements? - Stack Overflow
I'm working on a web application for which I'm attempting to implement a full featured windowing system.
Read more >Disable Drag and Drop in Modern View Document Library
Hi all,. I could disable the drag and drop functionality in classic view using the css and script, and its not reflecting in...
Read more >How can i disable drag and drop from edit page - WordPress.org
Hello, i see that this plugin contain a page called (Re-order) so how can i keep this one, and disable the drag and...
Read more >How can I disable drag-and-drop functions on GUI in the ...
Yes it is possible to disable the drag option. From my investigation, there are 2 ways you can disable it.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@lqez Sadly, the problem is not fixed by #2468
@Ontokrat please see whether #2468 can fix your problem or not.