Duplicate CONTEXT_RESIZE commands processed when creating Context
Open
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
When you create a `Context`, the newly created `Context` will automatically request its size through a `CONTEXT_RESIZE` command. Once created, the `Scene` will request a duplicated `CONTEXT_RESIZE` which is unnecessary.
Edit: Oops, wrong event
Contributor guide
Assessment
This issue has not been assessed yet.