ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

activationTracker: release handle on destroyed nodes #490

Closed wkeese closed 7 years ago

wkeese commented 7 years ago

When the active node is detached from the document, activationTracker should no longer list it as the active node.

Unclear what to list though... I guess the highest node in the stack that's still in the document.