infinite-tree icon indicating copy to clipboard operation
infinite-tree copied to clipboard

Fix item height rounding errors

Open JZacaroli opened this issue 2 years ago • 0 comments

See issue 72.

Calculating the row heights using offsetHeight leads to rounding errors as it returns integer values. Using getBoundingClientRect() fixes this.

JZacaroli avatar Sep 01 '23 17:09 JZacaroli