Harvest-Dev / ng-walkthrough

A walkthrough for Angular
MIT License
21 stars 8 forks source link

Close walkthrough when dom changed and focusElement does not exist anymore #38

Closed BatStak closed 2 years ago

BatStak commented 2 years ago

When focusElement is deleted, we now close the walkthrough.

I used the MutationObserver to observe changes and I had to observe the whole document.body to work.

Zefling commented 2 years ago

It's ok