Skip to content

Commit

Permalink
fix(infra): fix white screen issue (#6350)
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Mar 28, 2024
1 parent e24b6e4 commit 4e7652f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/infra/src/workspace/engine/doc/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export class DocEngineLocalPart {
}
if (job.isInitialize && !isEmptyUpdate(job.update)) {
this.status.readyDocs.add(job.docId);
this.statusUpdatedSubject$.next(job.docId);
}
},
};
Expand Down

0 comments on commit 4e7652f

Please sign in to comment.