Skip to content

Commit a9fc8d0

Browse files
committed
Update to bring up view rendering earlier on first loading
1 parent fe249c0 commit a9fc8d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,7 @@ socket.on('refresh', function (data) {
19141914
editor.refresh();
19151915
}
19161916
loaded = true;
1917+
updateViewInner(); // bring up view rendering earlier
19171918
updateHistory(); //update history whether have content or not
19181919
emitUserStatus(); //send first user status
19191920
updateOnlineStatus(); //update first online status

0 commit comments

Comments
 (0)