mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
refactor(editor): remove block models global type (#10086)
This commit is contained in:
@@ -37,7 +37,7 @@ import { Overlay } from '../renderer/overlay.js';
|
||||
import { AStarRunner } from '../utils/a-star.js';
|
||||
|
||||
export type Connectable = Exclude<
|
||||
BlockSuite.EdgelessModel,
|
||||
GfxModel,
|
||||
ConnectorElementModel | BrushElementModel | GroupElementModel
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user