mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Brought scheduler back completly, fixes #1502
This commit is contained in:
parent
e87843c5ae
commit
0953a5ac33
2 changed files with 2 additions and 2 deletions
|
@ -1086,7 +1086,7 @@ function Ace2Inner(){
|
|||
{
|
||||
if (scheduledTimeout)
|
||||
{
|
||||
clearTimeout(scheduledTimeout);
|
||||
scheduler.clearTimeout(scheduledTimeout);
|
||||
scheduledTimeout = null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue