Ver Fonte

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

Vanessa há 2 anos atrás
pai
commit
c8834231af
1 ficheiros alterados com 0 adições e 1 exclusões
  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 }) => {