mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Fix timeslider datetime is wrong on new changes (#6651)
This commit is contained in:
parent
9c21522bc0
commit
113884d071
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ const loadBroadcastJS = (socket, sendSocketMsg, fireWhenAllScriptsAreLoaded, Bro
|
|||
|
||||
mutateTextLines(changeset, padContents);
|
||||
padContents.currentRevision = revision;
|
||||
padContents.currentTime += timeDelta * 1000;
|
||||
padContents.currentTime += timeDelta;
|
||||
|
||||
updateTimer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue