Fix width and height when CSS transform scale is not 1 #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/height-and-width"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's no need to make this conditional on
isBlock. In the topif, that is always true. In the bottom one, we are always creating a vertical cursor.My mistake. Fixed it.
Thanks!