This commit is contained in:
Vanessa 2022-05-31 11:37:06 +08:00
parent 2d96137033
commit ad24ee9319
2 changed files with 12 additions and 8 deletions

View file

@ -152,7 +152,6 @@ export class Outline extends Model {
fetchPost("/api/outline/getDocOutline", {
id: this.blockId,
}, response => {
this.updateDocTitle();
this.update(response);
});