Insality / druid

Powerful Defold UI component framework
https://insality.github.io/druid/modules/Druid.html
MIT License
276 stars 33 forks source link

Remove druid instance from global pool after final function is invoked #250

Open Insality opened 9 months ago

Insality commented 9 months ago

Currently we remove instances from list only by window event or language change event.

Need to clean druid instance after final invoke without any condition later