mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Add callstack to aceSelectionChanged context
This commit is contained in:
parent
6c68396ed5
commit
478f5788e3
1 changed files with 1 additions and 0 deletions
|
@ -2903,6 +2903,7 @@ function Ace2Inner(){
|
||||||
|
|
||||||
hooks.callAll('aceSelectionChanged', {
|
hooks.callAll('aceSelectionChanged', {
|
||||||
rep: rep,
|
rep: rep,
|
||||||
|
callstack: currentCallStack,
|
||||||
documentAttributeManager: documentAttributeManager,
|
documentAttributeManager: documentAttributeManager,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue