]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/wysiwyg-editor.js
Started attachment drag/drop
[bookstack] / resources / js / components / wysiwyg-editor.js
index 98a5e95c413af65b71a492d96d025f2acdc6ff97..92a678fbdc311eaf42cd477f40d52cd0ca56e7d2 100644 (file)
@@ -639,6 +639,7 @@ class WysiwygEditor {
                 });
 
                 editor.on('drop', function (event) {
+                    console.log('drop')
                     let dom = editor.dom,
                         rng = tinymce.dom.RangeUtils.getCaretRangeFromPoint(event.clientX, event.clientY, editor.getDoc());