sakhnyuk / rc-scrollbars

React scrollbars component
https://rc-scrollbars.vercel.app/
MIT License
145 stars 14 forks source link

Update pxRatio after calculating scrollbar width #39

Closed geomaster closed 1 year ago

geomaster commented 1 year ago

Without this, the newPxRatio === pxRatio check was ineffective, so we were recalculating the scrollbar width from DOM everytime. This causes an element to be needlessly added and removed to the DOM on every re-render.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rc-scrollbars ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 1:38pm
sakhnyuk commented 1 year ago

@geomaster thank you!