update embedshape

This commit is contained in:
Jeff Emmett 2025-09-02 22:59:10 +02:00
parent 57b9c52035
commit 9065a408f2
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ export class EmbedShape extends BaseBoxShapeUtil<IEmbedShape> {
} }
} }
indicator(shape: IEmbedShape) { indicator(_shape: IEmbedShape) {
return null // Simplified for worker return null // Simplified for worker
} }
component(shape: IEmbedShape) { component(_shape: IEmbedShape) {
return null // No React components in worker return null // No React components in worker
} }
} }