-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite Scrolling issue of Dashboard #39
Comments
@Mehmetyaz @yazmehmet when I look into the code. I found one bug, which is even though there is no widget hold by user still it's calling and that file starting the speed. So, in my opinion, we need to add a condition that, if widget is grabbed then we need to start speed. |
The same can be observed on mobile when you hold resize handle to left or right and start moving finger from top to bottom, it starts described infinite scroll. And when you trick it like this
Nothing is stopping this recursion to keep going becase move end is not detected to set |
You can see a fix here in my fork of the repo -> uberchilly@a6d236d#diff-fda800d8e5251735122b4d1de71e2c89b9ce318c3e1719330aa502985140da0cL476 |
can you create a merge request so that everyone can get the fix? |
Here is the pull request #46 |
I don't know it's known issue or not in Dashboard package.
Issue
autoScroll: false,
. but if I make auto scroll false then If I want to move widget down then It's not scrolling.Screen.Recording.2024-02-06.at.11.34.18.AM.mov
The text was updated successfully, but these errors were encountered: