merkle-open / gondel

🚡 Gondel is a tiny library to bootstrap frontend components
https://gondel.js.org
MIT License
36 stars 10 forks source link

fix(core): Prevent errors during the event handling #37

Closed jantimon closed 5 years ago

jantimon commented 5 years ago

Purpose of this pull request?

What changes did you make?

Currently the event system runs into an error if a nested element removes one of its parents.
This pull request skips elements which aren't present in the DOM anymore

Does this pull request introduce a breaking change?

No.

Is there anything you'd like reviewers to focus on?

No.