BIMsurfer
BIMsurfer copied to clipboard
Changing the color of a hidden element makes it visible
Hello,
Steps to reproduce:
- Select an element
- Set a transparent color with 'd'
- Hide the element with 'h'
- Select the element with https://github.com/opensourceBIM/BIMsurfer/blob/4191f247de114248e0989fa66c78f47f022fae8d/viewer/viewer.js#L240
- Set a color with 'c'
- Element is visible
Why is element visible?
Thanks