Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(context): when copying use opacity 0 on temp element
- we can just use `opacity: 0` instead of `left: -1000px` because on computer with high resolution DPI, it might end up showing the temp element we use to copy and we wouldn't want to show it to the user
- Loading branch information