mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 04:55:57 +08:00
delaying the graphs more
This commit is contained in:
parent
86ca64a6e5
commit
d8da754f94
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ MP.socket.on("mp_room_user_finished", (data) => {
|
|||
let userGraph = MP.room.userGraphs[sid];
|
||||
userGraph.graph = drawMinigraph(sid, userGraph.data);
|
||||
next();
|
||||
}, 50);
|
||||
}, 100);
|
||||
});
|
||||
} else if (MP.room.userFinished) {
|
||||
MP.room.userGraphs[data.sid].graph = drawMinigraph(data.sid, data.result);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue