mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
This commit is contained in:
parent
7cef0847f4
commit
a115273ccf
1 changed files with 0 additions and 2 deletions
|
|
@ -644,8 +644,6 @@ export class Outline extends Model {
|
|||
const storageData = storageResponse.data;
|
||||
if (storageData && storageData.expandIds) {
|
||||
this.tree.setExpandIds(storageData.expandIds);
|
||||
} else {
|
||||
this.tree.expandAll();
|
||||
}
|
||||
if ((this.headerElement.querySelector("input.b3-text-field.search__label") as HTMLInputElement).value) {
|
||||
this.setFilter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue