mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
5 lines
250 B
Markdown
5 lines
250 B
Markdown
|
- `addChild()` Adds children to `@window` instead of itself. This may cause
|
||
|
issues with expectation vs result. A user expects when using `addChild()` that
|
||
|
an element will be a direct child of `window`, not that it will end up in a
|
||
|
sub-element.
|