mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
e685629c02
commit
46282d22c4
7 changed files with 20 additions and 20 deletions
|
|
@ -921,7 +921,7 @@ export class Files extends Model {
|
|||
// 文件展开时,刷新
|
||||
liElement.nextElementSibling.remove();
|
||||
}
|
||||
const arrowElement = liElement.querySelector(".b3-list-item__arrow")
|
||||
const arrowElement = liElement.querySelector(".b3-list-item__arrow");
|
||||
arrowElement.classList.add("b3-list-item__arrow--open");
|
||||
arrowElement.parentElement.classList.remove("fn__hidden");
|
||||
liElement.insertAdjacentHTML("afterend", `<ul>${fileHTML}</ul>`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue