Merge pull request #2823 from storytouch/develop
Add callstack to aceSelectionChanged contextpull/2827/head
commit
ba1f9c24d0
|
@ -2903,6 +2903,7 @@ function Ace2Inner(){
|
||||||
|
|
||||||
hooks.callAll('aceSelectionChanged', {
|
hooks.callAll('aceSelectionChanged', {
|
||||||
rep: rep,
|
rep: rep,
|
||||||
|
callstack: currentCallStack,
|
||||||
documentAttributeManager: documentAttributeManager,
|
documentAttributeManager: documentAttributeManager,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue