From c8834231afb66bea9972170f749e0c287310f805 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 7 Nov 2022 23:03:04 +0800 Subject: [PATCH] :bug: fix https://github.com/siyuan-note/siyuan/issues/6504 --- app/src/util/history.ts | 1 - 1 file changed, 1 deletion(-) 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 }) => {