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
There is a problem with the fast movement detection when the zoomType is set to "drag" (not tested with others).
Passing the mouse over the zoomWindow make the lens go to center ("lens.setcenter") instead of doing nothing.
We can show that in test pages, but adding "console.log("fast movement detected");" after the test (line 148 in version 2.3) will confirm that the problem came from this test.
You may attach & detach the mousemove function when clicking
The text was updated successfully, but these errors were encountered:
Hello,
There is a problem with the fast movement detection when the zoomType is set to "drag" (not tested with others).
Passing the mouse over the zoomWindow make the lens go to center ("lens.setcenter") instead of doing nothing.
We can show that in test pages, but adding "console.log("fast movement detected");" after the test (line 148 in version 2.3) will confirm that the problem came from this test.
You may attach & detach the mousemove function when clicking
The text was updated successfully, but these errors were encountered: