diff --git a/app/src/util/history.ts b/app/src/util/history.ts index 996abf898..5a1fc9b49 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -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 }) => {