diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 9bc895fc..ccc16668 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -5001,7 +5001,8 @@ function Ace2Inner(){ hooks.callAll('acePaste', { editorInfo: editorInfo, rep: rep, - documentAttributeManager: documentAttributeManager + documentAttributeManager: documentAttributeManager, + e: e }); }) @@ -5011,11 +5012,12 @@ function Ace2Inner(){ e.preventDefault(); } - // Call paste hook + // Call drop hook hooks.callAll('aceDrop', { editorInfo: editorInfo, rep: rep, - documentAttributeManager: documentAttributeManager + documentAttributeManager: documentAttributeManager, + e: e }); });