inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

Middle-click scroll does not work #819

Open hexaclue opened 4 years ago

hexaclue commented 4 years ago

Tested on Firefox 72 and Chrome 80.

Could be fixed by listening to middleclick event and using the mouse position relative to the middleclick position to determine scrolling speed.

Azim commented 4 years ago

@HIHIQY1 can you share how exactly you did it please? Perhaps a pull request or fork or something

hexaclue commented 4 years ago

@Azim-D3Tm I didn't do anything - I just suggested a possible fix.