Fixed history not update if note have no content and lz-string version mismatch
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user