mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
chore(editor): rename std.doc to std.store (#9596)
This commit is contained in:
@@ -107,7 +107,7 @@ export class ViewManager extends GfxExtension {
|
||||
updateViewOnElementChange(this.gfx.surface);
|
||||
} else {
|
||||
this._disposable.add(
|
||||
onSurfaceAdded(this.std.doc, surface => {
|
||||
onSurfaceAdded(this.std.store, surface => {
|
||||
if (surface) {
|
||||
updateViewOnElementChange(surface);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user