diff --git a/worker/shapes/EmbedShapeUtil.ts b/worker/shapes/EmbedShapeUtil.ts index ea99569..8b7ef33 100644 --- a/worker/shapes/EmbedShapeUtil.ts +++ b/worker/shapes/EmbedShapeUtil.ts @@ -26,11 +26,11 @@ export class EmbedShape extends BaseBoxShapeUtil { } } - indicator(shape: IEmbedShape) { + indicator(_shape: IEmbedShape) { return null // Simplified for worker } - component(shape: IEmbedShape) { + component(_shape: IEmbedShape) { return null // No React components in worker } }