mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
07845b0ff5
`onchange()` triggers only when an element looses focus. For the graph smoothing in the profiler2 UI we want to have the smoothing applied immediately when modifying the slider, so let's use `oninput()` instead.