mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Fixed history not update if note have no content and lz-string version mismatch
This commit is contained in:
parent
762bf63581
commit
3fdceaaf06
5 changed files with 5 additions and 4 deletions
|
@ -1228,6 +1228,7 @@ socket.on('refresh', function (data) {
|
|||
editor.refresh();
|
||||
}
|
||||
loaded = true;
|
||||
updateHistory(); //update history whether have content or not
|
||||
emitUserStatus(); //send first user status
|
||||
updateOnlineStatus(); //update first online status
|
||||
setTimeout(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue