Commit 663bcb2b56ae052921b85693668a0a7c21b3c908
1 parent
d5cfdde4
Exists in
master
and in
2 other branches
Disabling summernote drag and drop
Showing
5 changed files
with
6 additions
and
2 deletions
Show diff stats
amadeus/static/js/main.js
amadeus/static/summernote/summernote.js
... | ... | @@ -4631,7 +4631,7 @@ |
4631 | 4631 | documentEventHandlers.onDrop = function (e) { |
4632 | 4632 | e.preventDefault(); |
4633 | 4633 | }; |
4634 | - $document.on('drop', documentEventHandlers.onDrop); | |
4634 | + $dropzone.on('drop', documentEventHandlers.onDrop); | |
4635 | 4635 | } else { |
4636 | 4636 | this.attachDragAndDropEvent(); |
4637 | 4637 | } | ... | ... |
chat/templates/chat/_form.html
mural/templates/mural/_form.html
mural/templates/mural/_form_comment.html