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

`null` component properties that default to `null` are being included in the clipboard representation #452

Closed delapuente closed 7 years ago

delapuente commented 7 years ago

STR:

  1. Run the example in the inspector.
  2. Select the floating blue box
  3. Copy to clipboard.
  4. Paste

Expected:

<a-entity position="0 8 0" material="src:https://aframe.io/sample-assets/assets/images/wood/crate.gif"></a-entity>

Actual:

<a-entity geometry="mergeTo:null" material="src:https://aframe.io/sample-assets/assets/images/wood/crate.gif"></a-entity>