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, I am getting scared issue when scrolling mouse wheel on the zoom out browser at like 67%
I've made a very simple code for this issue,
Here is my screenshot of code and screen.
Please fix scrollIssueAt67%.webm
The text was updated successfully, but these errors were encountered:
I found the solution.
I think the moving glitch issue occurs due to incompatible browser's zoom with app. So there gets difference value than the real value.
By trying many times, I noticed this issue occurs when deltaX, deltaY equals to -0.5, otherwise it works well.
So I've fixed this issue by adding a code in file: src/InfiniteViewerManager.tsx at line 846 and 847
And you need to import the library into your source file because I don't think the admin update & build this issue soon.
In that case, you have to build this tsx file into babel js file.
Hi, I am getting scared issue when scrolling mouse wheel on the zoom out browser at like 67%

I've made a very simple code for this issue,
Here is my screenshot of code and screen.
Please fix
scrollIssueAt67%.webm
The text was updated successfully, but these errors were encountered: