mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The scrollbar hook's raw DOM `input` listener on the textarea called setState before React Native Web's delegated handler could process the same event, causing a re-render with the stale controlled value and swallowing the edit. Scroll and ResizeObserver already cover all scrollbar metric updates.