augmentmy-world / arStudio

A innovative Web editor for Augmented Reality
https://webarstudio.tripod-digital.co.nz
MIT License
53 stars 34 forks source link

Not usable UI after player simulation closing #14

Closed kalwalt closed 4 years ago

kalwalt commented 4 years ago

The UI became unresponsive after closing the player simulation window: icons disappears, windows overlapps and became difficult to interact with it. Probably caused because after closing the z-index https://github.com/augmentmy-world/arStudio/blob/15288fac5d2051a86f3a3e067741f47963cc729a/editor/js/components/arcontroller.component.js#L178 stay with a high value. Needs to restore it to an appropriate value after closing the player.

kalwalt commented 4 years ago

Solved with PR #15