update embedshape

This commit is contained in:
Jeff Emmett 2025-09-02 22:59:10 +02:00
parent d0233c0eb6
commit 391e13c350
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
}
component(shape: IEmbedShape) {
component(_shape: IEmbedShape) {
return null // No React components in worker
}
}