andreasplesch / x_ite_dom

link x_ite to the DOM
http://andreasplesch.github.io/x_ite_dom/index.xhtml
MIT License
6 stars 0 forks source link

remove node triggers infinite loop in .dispose #31

Closed andreasplesch closed 5 years ago

andreasplesch commented 5 years ago

removing a dom node simply calls node.dispose() which then never returns with latest x-ite.

andreasplesch commented 5 years ago

see https://github.com/create3000/x_ite/issues/40

andreasplesch commented 5 years ago

fixed in x_ite