mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-04 14:34:37 +08:00
delaying mini graph draw
This commit is contained in:
parent
ce71d49aca
commit
1f471cc50d
1 changed files with 1 additions and 1 deletions
|
|
@ -1126,7 +1126,7 @@ MP.socket.on("mp_room_user_finished", (data) => {
|
|||
} else if (MP.room.userFinished) {
|
||||
MP.room.userGraphs[data.sid].graph = drawMinigraph(data.sid, data.result);
|
||||
}
|
||||
}, 250);
|
||||
}, 500);
|
||||
|
||||
// $(`.tribeResult table .player[sid=${data.sid}] .progress`),
|
||||
// swapElements(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue