update embedshape
This commit is contained in:
parent
d0233c0eb6
commit
391e13c350
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue