mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
refactor(editor): rename store api (#9518)
This commit is contained in:
@@ -5,7 +5,7 @@ import { multiPlayersColor } from './color-picker';
|
||||
|
||||
export class RemoteColorManager {
|
||||
private get awarenessStore() {
|
||||
return this.std.doc.collection.awarenessStore;
|
||||
return this.std.doc.workspace.awarenessStore;
|
||||
}
|
||||
|
||||
constructor(readonly std: BlockStdScope) {
|
||||
|
||||
Reference in New Issue
Block a user