Update to bring up view rendering earlier on first loading
This commit is contained in:
parent
fe249c01f5
commit
a9fc8d0dff
1 changed files with 1 additions and 0 deletions
|
@ -1914,6 +1914,7 @@ socket.on('refresh', function (data) {
|
|||
editor.refresh();
|
||||
}
|
||||
loaded = true;
|
||||
updateViewInner(); // bring up view rendering earlier
|
||||
updateHistory(); //update history whether have content or not
|
||||
emitUserStatus(); //send first user status
|
||||
updateOnlineStatus(); //update first online status
|
||||
|
|
Loading…
Reference in a new issue