include event on paste and drrororororop
parent
b3d44b6956
commit
bf6e225aa2
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue