We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe249c0 commit a9fc8d0Copy full SHA for a9fc8d0
1 file changed
public/js/index.js
@@ -1914,6 +1914,7 @@ socket.on('refresh', function (data) {
1914
editor.refresh();
1915
}
1916
loaded = true;
1917
+ updateViewInner(); // bring up view rendering earlier
1918
updateHistory(); //update history whether have content or not
1919
emitUserStatus(); //send first user status
1920
updateOnlineStatus(); //update first online status
0 commit comments