mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
refactor(editor): rename model.doc to store (#12172)
This commit is contained in:
@@ -75,7 +75,7 @@ export class AffineFrameTitle extends SignalWatcher(
|
||||
}
|
||||
|
||||
get doc() {
|
||||
return this.model.doc;
|
||||
return this.model.store;
|
||||
}
|
||||
|
||||
get gfx() {
|
||||
|
||||
Reference in New Issue
Block a user