]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-editor.js
Continued implementation of attachment drag+drop
[bookstack] / resources / js / components / wysiwyg-editor.js
index 92a678fbdc311eaf42cd477f40d52cd0ca56e7d2..05897c250dd52eb373e510f0bbad907ea1b39024 100644 (file)
@@ -638,8 +638,8 @@ class WysiwygEditor {
 
                 });
 
+                // Custom drop event handling
                 editor.on('drop', function (event) {
-                    console.log('drop')
                     let dom = editor.dom,
                         rng = tinymce.dom.RangeUtils.getCaretRangeFromPoint(event.clientX, event.clientY, editor.getDoc());