argyleink / roving-ux

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

Use mutation observer #11

Closed Mash19 closed 2 years ago

Mash19 commented 2 years ago

Replacing deprecated Mutation Events with mutationObserver. Had to move some code around so every instance did not create a new observer. Mainly the event functions Cleanup code now part of mutationObserver's callback.