whs.js
whs.js copied to clipboard
should we remove the object from this.children ?
https://github.com/WhitestormJS/whs.js/blob/591f4b4fe60d95336f3dae1fca1b1ff6ce605cc6/src/modules/app/SceneModule.js#L47
i find that the element in app.children will never be removed. is this a bug?
@hirako2000
Good question, I don't tend to use children; @sasha240100 would answer you.
thank you @hirako2000 . so, do you think this is a bug ? @sasha240100
same as https://github.com/WhitestormJS/whs.js/blob/591f4b4fe60d95336f3dae1fca1b1ff6ce605cc6/src/core/Component.js#L181
@BrookShuihuaLee A bug, true. Really thankful that you found it! Would be glad to see a PR from you:)
ok, i'll try it later.