retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
10.17k stars 653 forks source link

Unifi scrolling behavior across browsers, fixes #532 #536

Closed martin31821 closed 3 years ago

martin31821 commented 3 years ago

This PR is an attempt to fix #532. I dropped using the deprecated wheelDelta (according to MDN) and solely rely on deltaY. Then I just rely on the sign of deltaY because otherwise we would need to consider deltaMode, which can be lines, pixels or raw, depending on the pointing device.

Tested on Chrome and Firefox, with both mouse and touch.

Ni55aN commented 3 years ago

released v1.4.5