mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
This commit is contained in:
parent
264fb0dff6
commit
01a3a14ef6
2 changed files with 11 additions and 3 deletions
|
|
@ -649,7 +649,7 @@ export class MobileFiles extends Model {
|
|||
}
|
||||
}
|
||||
|
||||
private getLeaf(liElement: Element, notebookId: string) {
|
||||
public getLeaf(liElement: Element, notebookId: string) {
|
||||
const toggleElement = liElement.querySelector(".b3-list-item__arrow");
|
||||
if (toggleElement.classList.contains("b3-list-item__arrow--open")) {
|
||||
toggleElement.classList.remove("b3-list-item__arrow--open");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue