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
This seems to be a built in feature, so I dont think this is an issue. Im curious why does that happen. Based on my debugging all calculations are correct, but when event ends the last zoomUpdate puts it back to zoomfactor 1.
My question is why does zooming out disallowed, also how to turn it off?
The text was updated successfully, but these errors were encountered:
@Funnybanny I think you can use the zoomOutFactor option for this. By default it's set to 1.3, which means the zoom will be restored to 1 if the current zoom is below 1.3.
I think it's actually necessary to enable this if you want the element to get re-centered when zooming out.
This seems to be a built in feature, so I dont think this is an issue. Im curious why does that happen. Based on my debugging all calculations are correct, but when event ends the last zoomUpdate puts it back to zoomfactor 1.
My question is why does zooming out disallowed, also how to turn it off?
The text was updated successfully, but these errors were encountered: