cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Fixed issue with reversed scrolling direction when mouse wheel is used. #229

Open frank-fegert opened 6 months ago

frank-fegert commented 6 months ago

Fixed the issue (https://github.com/cosmocode/edittable/issues/208) with a reversed (up <-> down) scrolling direction when the mouse wheel is used. This is done by backporting the change: https://github.com/handsontable/handsontable/commit/378ab1f9c56d421ae8d541948fa6db99a9880bcb in the bundled "handsontable" JavaScript library from version 0.38.0 to version 0.34.1 which is bundled with the edittable plugin.