Bug
Scrolling with the mouse wheel in child textarea is incorrectly disabled on Firefox but works as expected on Chrome.
Expected
Scrolling with the mouse wheel in child textarea works on Firefox and Chrome.
Reproduction: https://codesandbox.io/s/gallant-tharp-b4qwzv?file=/src/App.js
The reason this happens and the workaround can be found here: radix-ui/primitives#1417 (comment)
Bug
Scrolling with the mouse wheel in child textarea is incorrectly disabled on Firefox but works as expected on Chrome.
Expected
Scrolling with the mouse wheel in child textarea works on Firefox and Chrome.
Reproduction: https://codesandbox.io/s/gallant-tharp-b4qwzv?file=/src/App.js
The reason this happens and the workaround can be found here: radix-ui/primitives#1417 (comment)