zy-acs-flow/src/map/insight/shelf/ShelfThree.js
@@ -241,10 +241,14 @@ this.dom?.removeEventListener("click", this.handleClickEvent); this.camera = null; this.objects = []; while (this.dom?.firstChild) { if (this.dom) { while (this.dom.firstChild) { if (this.dom.contains(this.dom.firstChild)) { this.dom.removeChild(this.dom.firstChild); } } } } removeEntity = (object) => { if (object.material) object.material.dispose();