Commit 04dc982
committed
fix(WidgetManager): Unsubscribe to events when widgetManager is deleted
If the widgetManager is deleted, it does not unsubscribe to events. If an event is triggered
(svgSetSize for example), the vizualization will crash since widgetManager does no longer exist.1 parent ea3b09e commit 04dc982
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
464 | 472 | | |
465 | 473 | | |
466 | 474 | | |
| |||
0 commit comments