mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
refactor(editor): remove block models global type (#10086)
This commit is contained in:
@@ -185,7 +185,7 @@ export class EditorHost extends SignalWatcher(
|
||||
|
||||
@provide({ context: stdContext })
|
||||
@property({ attribute: false })
|
||||
accessor std!: BlockSuite.Std;
|
||||
accessor std!: BlockStdScope;
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user