We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e10838 commit 8cf1ed4Copy full SHA for 8cf1ed4
packages/x6-angular-shape/src/view.ts
@@ -69,6 +69,7 @@ export class AngularShapeView extends NodeView<AngularShape> {
69
node.on('change:data', () =>
70
this.setInstanceInput(content, componentRef),
71
)
72
+ node.on('removed', () => componentRef.destroy())
73
}
74
75
0 commit comments