pixijs / layout

Library for arranging/resizing pixiJS rendered elements basing on css like configs
https://pixijs.io/layout/
MIT License
75 stars 5 forks source link

29 Unregister and cleanup element from a layout system when removed #35

Closed CyberDex closed 1 year ago

CyberDex commented 1 year ago

Closes #29

In case the element was added with addContent, and registered in the content controller, but was removed by removeChild from the parent container, we have to clean it up from the ContentController. This is what is this PR...