aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

a-loader-title div shouldn't be exported #764

Closed vincentfretin closed 3 weeks ago

vincentfretin commented 3 weeks ago

When you select a-scene and copy entity to clipboard, this is exported

    <div class="a-loader-title" style="display: none;">Example Scene</div></a-scene>

It shouldn't be exported. That's probably a fix to do in aframe actually to add the aframe-injected attribute, see https://github.com/search?q=repo%3Aaframevr%2Faframe%20AFRAME_INJECTED&type=code

vincentfretin commented 3 weeks ago

Fixed in https://github.com/aframevr/aframe/pull/5574