3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
249 stars 30 forks source link

Fix panels disappearing when selecting a-videosphere entity #623

Closed vincentfretin closed 3 weeks ago

vincentfretin commented 3 weeks ago

backport changes from https://github.com/aframevr/aframe-inspector/pull/680 This probably may not be an issue in 3dstreet because you don't use video texture yet, but who knows in the future you may so better to backport all the fixes I did in aframe-inspector.

Note in this part of the code you had a change where you added a condition line 155 in new code, I kept it.

      if (typeof value === 'string') {
        url = AFRAME.utils.srcLoader.parseUrl(value);
      }