mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
b8da3640e7
commit
c8834231af
1 changed files with 0 additions and 1 deletions
|
|
@ -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 }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue