fix(result tag popup): active tags not higlighted

This commit is contained in:
Miodec 2024-02-26 18:23:04 +01:00
parent 39ad6f65c3
commit f4f1346aa8

View file

@ -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",