playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
663 stars 62 forks source link

Fix wheel event handler warning for `NumericInput` #241

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Warning is no longer shown in the console. Also, the NumericInput value now changes fluidly in response to mouse wheel rotation:

passivefux

Fixes #240