mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 17:39:55 +08:00
feat(core): init organize (#7456)
This commit is contained in:
@@ -77,6 +77,10 @@ export class DocEngine {
|
||||
});
|
||||
}
|
||||
|
||||
markAsReady(docId: string) {
|
||||
this.localPart.actions.markAsReady(docId);
|
||||
}
|
||||
|
||||
constructor(
|
||||
storage: DocStorage,
|
||||
private readonly server?: DocServer | null
|
||||
|
||||
Reference in New Issue
Block a user