Vanessa 2022-07-31 17:12:55 +08:00
parent 469d5bfe8e
commit 3a3bd13ff5
6 changed files with 182 additions and 17 deletions

View file

@ -56,7 +56,7 @@ export const initFramework = () => {
if (!backlink) {
tag = new MobileTags();
} else {
backlink.update();
tag.update();
}
}
svgElement.classList.add("toolbar__icon--active");