mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
fix(infra): fix white screen issue (#6350)
This commit is contained in:
@@ -228,6 +228,7 @@ export class DocEngineLocalPart {
|
|||||||
}
|
}
|
||||||
if (job.isInitialize && !isEmptyUpdate(job.update)) {
|
if (job.isInitialize && !isEmptyUpdate(job.update)) {
|
||||||
this.status.readyDocs.add(job.docId);
|
this.status.readyDocs.add(job.docId);
|
||||||
|
this.statusUpdatedSubject$.next(job.docId);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user