mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-28 01:39:29 +08:00
updating on the next event loop
This commit is contained in:
parent
5d8ef4ac09
commit
d2c88e26bc
1 changed files with 3 additions and 1 deletions
|
|
@ -267,7 +267,9 @@ export function updateActive() {
|
|||
//tags
|
||||
chartString += addText("tags");
|
||||
|
||||
$(".pageAccount .group.chart .above").html(chartString);
|
||||
setTimeout(() => {
|
||||
$(".pageAccount .group.chart .above").html(chartString);
|
||||
}, 0);
|
||||
}
|
||||
|
||||
export function toggle(group, filter) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue