vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.63k stars 735 forks source link

Fix scrolling on frozen column with mouse wheel on firefox #2524

Closed mpf82 closed 1 month ago

mpf82 commented 2 months ago

Releated issue: https://github.com/vitmalina/w2ui/issues/1417

Reasoning for this change: "typeof" always returns a string, so the check always evaluated to true, thus using "event.wheelDelta" on firefox, which is undefined.

vitmalina commented 1 month ago

Good to see you again!