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

pos/rot/scale component values not updating in the right panel when you transform it via viewport #534

Closed ngokevin closed 6 years ago

ngokevin commented 6 years ago

They update if you deselect and reselect the entity.

ngokevin commented 6 years ago

Fixed. Because aframe master no longer emits componentchanged for those.

Used the event emitted by the helper to force update