lab-cosmo / chemiscope

An interactive structure/property explorer for materials and molecules
http://chemiscope.org
BSD 3-Clause "New" or "Revised" License
119 stars 29 forks source link

Bugs triggered whenever a new panel is created for a structure with environments #313

Closed ceriottm closed 8 months ago

ceriottm commented 8 months ago

This is because the link to the environment properties has not been made yet when applySettings is called.

Here I just make sure to create the viewer before calling applySettings. Should check what are the consequences.