You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @GabbasovDinar ,
Its the issue that exist with slimscroll it needs moderation but i have found a temporary workaround for this by changing a few lines of codes .
Let the touchScrollStep to default i.e do not set it.
Check the code in slimscroll.js file around line 358 .
Replace delta = (y > 0) ? Math.ceil(delta): Math.floor(delta); With
When you take off your finger from screen, scrolling stops immediately. But for default event (without this plugin), scrolling continues.
Steps to reproduce:
Current behavior:
Expected behavior:
The scrollbar scrolls down / up for without touching when you take off finger, as for default event
The text was updated successfully, but these errors were encountered: