mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
feat(editor): merge store and blocks (#9591)
This commit is contained in:
@@ -75,7 +75,7 @@ export class BlockStdScope {
|
||||
}
|
||||
|
||||
get doc() {
|
||||
return this.store.blocks;
|
||||
return this.store;
|
||||
}
|
||||
|
||||
get clipboard() {
|
||||
|
||||
Reference in New Issue
Block a user