mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +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
|
||||
}, 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