mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
refactor(editor): rename store api (#9518)
This commit is contained in:
@@ -30,7 +30,7 @@ export abstract class BlockService extends Extension {
|
||||
readonly specSlots = getSlots();
|
||||
|
||||
get collection() {
|
||||
return this.std.collection;
|
||||
return this.std.workspace;
|
||||
}
|
||||
|
||||
get doc() {
|
||||
|
||||
Reference in New Issue
Block a user