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

Cannot select newly created entity in scene view. #386

Closed caseyyee closed 7 years ago

caseyyee commented 7 years ago

select

Steps to reproduce:

  1. Create new entity.
  2. Add geometry component.
  3. Try to select element in scene view.

I can select the entity only by selecting it from scene graph.

fernandojsg commented 7 years ago

@caseyyee are you trying on master? As this should be already fixed by https://github.com/aframevr/aframe-inspector/pull/352

caseyyee commented 7 years ago

Seems to be working in master. Thanks!