We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8d42c commit 2ca874fCopy full SHA for 2ca874f
newIDE/app/src/SceneEditor/index.js
@@ -1702,6 +1702,12 @@ export default class SceneEditor extends React.Component<Props, State> {
1702
done(true);
1703
onObjectsDeleted();
1704
1705
+ // /!\ Force the instances editor to destroy and mount again the
1706
+ // renderers to avoid keeping any references to existing instances
1707
+ if (this.editorDisplay) {
1708
+ this.editorDisplay.instancesHandlers.forceRemountInstancesRenderers();
1709
+ }
1710
+
1711
// We modified the selection, so force an update of editors dealing with it.
1712
this.forceUpdatePropertiesEditor();
1713
this.updateToolbar();
0 commit comments