Explorar o código

:bug: fix https://github.com/siyuan-note/siyuan/issues/6504

Vanessa %!s(int64=2) %!d(string=hai) anos
pai
achega
c8834231af
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/src/util/history.ts

+ 0 - 1
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 }) => {