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
But the previous value has already been used to calculate the pan change. So if you zoom to maximum/minimum, you'll notice a small viewport jump. This can be fixed if you move the lines 41-43 above the pan calculation to line 27.
The text was updated successfully, but these errors were encountered:
Hi,
I think I found a small bug in src/Blazor.Diagrams.Core/Behaviors/ZoomBehavior.cs. In line 41 you set the
newZoom
Variable toBut the previous value has already been used to calculate the pan change. So if you zoom to maximum/minimum, you'll notice a small viewport jump. This can be fixed if you move the lines 41-43 above the pan calculation to line 27.
The text was updated successfully, but these errors were encountered: