This commit is contained in:
Vanessa 2025-11-20 09:07:02 +08:00
parent 577bd45ba5
commit 2f30f78840

View file

@ -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);
});
}