mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 00:04:37 +08:00
fix(result tag popup): active tags not higlighted
This commit is contained in:
parent
39ad6f65c3
commit
f4f1346aa8
1 changed files with 1 additions and 1 deletions
|
@ -78,8 +78,8 @@ $(".pageAccount").on("click", ".group.history #resultEditTags", (f) => {
|
|||
state["resultId"] = resultid;
|
||||
state["tags"] = tags;
|
||||
state["source"] = "accountPage";
|
||||
updateActiveButtons(JSON.parse(tags));
|
||||
show();
|
||||
updateActiveButtons(JSON.parse(tags));
|
||||
} else {
|
||||
Notifications.add(
|
||||
"You haven't created any tags. You can do it in the settings page",
|
||||
|
|
Loading…
Reference in a new issue