Closed CyberDex closed 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...
addContent
removeChild
ContentController
Closes #29
In case the element was added with
addContent
, and registered in the content controller, but was removed byremoveChild
from the parent container, we have to clean it up from theContentController
. This is what is this PR...