viridia / quill_v1

Reactive UI framework for Bevy game engine
MIT License
60 stars 7 forks source link

Entity leakage #21

Closed viridia closed 9 months ago

viridia commented 9 months ago

In the "complex" demo, opening the dialog and closing it causes some tree view rows to become orphaned. This means improper cleanup of some kind.