decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

[BUG] Locking or hiding an entity in the @dcl/inspector does not lock/hide their children #1077

Open cazala opened 6 months ago

cazala commented 6 months ago

Issue Description:

Locking or hiding an entity in the @dcl/inspector does not lock/hide their children

SDK:

Tool:

Steps to reproduce:

  1. Drop some items from the asset catalog into the renderer
  2. Create a new entity in the sidebar called "parent"
  3. Move all the other entities into this new "parent" entity
  4. Lock or hide "parent" entity

Expected behaviour:

The items that are nested into "parent" should be locked/hidden

Current behaviour:

The items are still selectable/visible.