This commit is contained in:
Vanessa 2022-11-07 23:03:04 +08:00
parent b8da3640e7
commit c8834231af

View file

@ -401,7 +401,6 @@ export const openHistory = () => {
type: parseInt(typeElement.value),
created: target.getAttribute("data-created")
}, (response) => {
target.nextElementSibling.classList.remove("fn__none");
iconElement.classList.add("b3-list-item__arrow--open");
let html = "";
response.data.items.forEach((docItem: { title: string, path: string }) => {