argyleink / roving-ux

stateful roving index for web ui
130 stars 7 forks source link

Clean up event listeners and held memory when DOM node is removed #7

Closed kswedberg closed 3 years ago

kswedberg commented 3 years ago

@argyleink Here is a version that uses the DOMNodeRemoved mutation event, as you requested

kswedberg commented 3 years ago

Ok thanks for the review. Should be good to go now!