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

Improve scenegraph keyboard navigation #533

Closed Adam4lexander closed 6 years ago

Adam4lexander commented 6 years ago

532

Fixed the keyboard controls as you suggested.

Fixed another issue where a user selects an object in the viewport which has collapsed parents in the scenegraph. Now those parents are forced to expand to make the selection visible in the scenegraph.

ngokevin commented 6 years ago

Thanks again!