mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
refactor(editor): rename store api (#9518)
This commit is contained in:
@@ -58,7 +58,7 @@ export class SelectionManager extends LifeCycleWatcher {
|
||||
};
|
||||
|
||||
private get _store() {
|
||||
return this.std.collection.awarenessStore;
|
||||
return this.std.workspace.awarenessStore;
|
||||
}
|
||||
|
||||
get id() {
|
||||
|
||||
Reference in New Issue
Block a user