This commit is contained in:
Vanessa 2022-11-08 19:25:07 +08:00
parent 0f97325d51
commit 6a143c699f
5 changed files with 9 additions and 9 deletions

View file

@ -381,7 +381,7 @@ export const openHistory = () => {
});
break;
} else if (type === "toggle") {
const iconElement = target.firstElementChild.firstElementChild
const iconElement = target.firstElementChild.firstElementChild;
if (iconElement.classList.contains("b3-list-item__arrow--open")) {
target.nextElementSibling.classList.add("fn__none");
iconElement.classList.remove("b3-list-item__arrow--open");