Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify logic to insert canvas as first element
Instead of conditionally checking if the `.cavnasWrapper` already has a child element and then inserting the `canvas` before it, we can use `.prepend` which always injects the new element as the first child.
- Loading branch information