Open CrashLaker opened 3 years ago
Here's the partial fix which I did in my fork:
sheet.js:
Change lines 160 to this:
function overlayerMousescroll(evt) { // TODO: Fix for upper/lower bounds scroll evt.preventDefault();
Still has an issue when you are at the top of the scroll it doesn't reactivate the window scroll but this is still better.
Here's the partial fix which I did in my fork:
sheet.js:
Change lines 160 to this:
Still has an issue when you are at the top of the scroll it doesn't reactivate the window scroll but this is still better.