fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.39k stars 424 forks source link

fix(ExcludeObjects): improve touch event handling #1363

Closed matmen closed 7 months ago

matmen commented 7 months ago

Tracks the total distance moved while touching a cancel button, only triggers cancellation when a certain distance threshold hasn't been exceeded

Fixes #1359

pedrolamas commented 7 months ago

Implemented via #1366