Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(abode): replace deprecated dom events with mutation observer
The DOMNodeInserted event has been deprecated and no longer works on Chrome 127. This PR replaces it with MutationObserver.
- Loading branch information