update embedshape
This commit is contained in:
parent
57b9c52035
commit
9065a408f2
|
|
@ -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