mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -116,7 +116,7 @@ export class EditPropsStore extends LifeCycleWatcher {
|
||||
}
|
||||
|
||||
private _getStorageKey<T extends StoragePropsKey>(key: T) {
|
||||
const id = this.std.doc.id;
|
||||
const id = this.std.store.id;
|
||||
switch (key) {
|
||||
case 'viewport':
|
||||
return 'blocksuite:' + id + ':edgelessViewport';
|
||||
|
||||
Reference in New Issue
Block a user