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
Web development beginner, I'm trying to optimize an existing code using openseadragon and jQuery to zoom or print selected picture after a dialogbox.
These two buttons are now ok, but I noticed after zone selecting, if I click outside the zone and move the mouse, box is rotating.
I tryed
var zoomOrPrintSelection = viewer.selection({
allowRotation: false,
but without success
How to deactivate this box rotation, please?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
Web development beginner, I'm trying to optimize an existing code using openseadragon and jQuery to zoom or print selected picture after a dialogbox.
These two buttons are now ok, but I noticed after zone selecting, if I click outside the zone and move the mouse, box is rotating.
I tryed
but without success
How to deactivate this box rotation, please?
Thanks in advance
The text was updated successfully, but these errors were encountered: