mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 23:02:57 +08:00
refactor(editor): reduce getService (#10100)
This commit is contained in:
@@ -40,10 +40,6 @@ export function toEdgelessEmbedBlock<
|
||||
return Bound.deserialize(this.model.xywh);
|
||||
}
|
||||
|
||||
get rootService() {
|
||||
return this.std.getService('affine:page');
|
||||
}
|
||||
|
||||
_handleClick(_: MouseEvent): void {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user