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
653 stars 201 forks source link

Scroll to newly inserted entity/component upon inserting new one #140

Open cvan opened 8 years ago

cvan commented 8 years ago
  1. From the scene graph, press the "+" to add a new entity.
  2. Notice the scroll position doesn't change, so you might not notice it was added.

image

AnnCaryn commented 8 years ago

I like the plus addition - that is cool. I would expect that when something is added to a scene it would be highlighted and selected to help you notice that.

fernandojsg commented 7 years ago

Related to https://github.com/aframevr/aframe-inspector/issues/90

vincentfretin commented 1 week ago

For inserted entity, this was done in #749 For added component, this needs to be done.