mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
This commit is contained in:
parent
577bd45ba5
commit
2f30f78840
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export class Outline extends Model {
|
||||||
preview: this.isPreview
|
preview: this.isPreview
|
||||||
}, response => {
|
}, response => {
|
||||||
this.update(response);
|
this.update(response);
|
||||||
this.updateDocTitle((options.tab.model as Editor)?.editor.protyle?.background?.ial, response.data?.length || 0);
|
this.updateDocTitle((options.tab.model as Editor)?.editor?.protyle?.background?.ial, response.data?.length || 0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue