Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(positioning): don't modify readonly value (#2042)
(Positioning.position): element.getBoundingClientRect() returns a read-only value, so don't assign it directly to a variable whose properties are subsequently modified.
- Loading branch information