ArduPilot / WebTools

GNU General Public License v3.0
26 stars 27 forks source link

ThrustExpo: scrolling causes unwanted updates #212

Closed yuri-rage closed 2 weeks ago

yuri-rage commented 3 weeks ago

Scrolling the page with a mouse wheel (or dragging with a touch gesture) triggers an update function that recalculates the optimal expo value rather than keeping a user edited value.

Guessing a prevent default method could be applied to the offending element's scroll event (probably within the Tabulator element).

IamPete1 commented 2 weeks ago

Fixed by https://github.com/ArduPilot/WebTools/pull/213