Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes navigator rotation not honoring immediately parameter #2333

Merged
merged 1 commit into from Apr 7, 2023

Conversation

robertjcolley
Copy link
Contributor

@robertjcolley robertjcolley commented Apr 6, 2023

Fixes #2332

Mirror the main viewer's rotation and account for immediately. Without this, viewer.setRotation(90, true) would rotate the main viewer without animation and the navigator with animation.

Mirror the main viewer's rotation and account for immediately. Without 
this, viewer.setRotation(90, true) would rotate the main viewer without 
animation and the navigator with animation.
@robertjcolley
Copy link
Contributor Author

@iangilman do you want me to update the changelog? or do you handle that?

@robertjcolley robertjcolley changed the title Fixes #2332 Fixes navigator rotation not honoring immediately parameter #2332 Apr 7, 2023
@robertjcolley robertjcolley changed the title Fixes navigator rotation not honoring immediately parameter #2332 Fixes navigator rotation not honoring immediately parameter Apr 7, 2023
Copy link
Member

@iangilman iangilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! Thank you for taking care of this. :)

I generally handle the changelog, but thanks for asking!

@iangilman iangilman merged commit 4f737f1 into openseadragon:master Apr 7, 2023
1 check passed
iangilman added a commit that referenced this pull request Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigator rotates with animation when viewport.setRotation(90, true) is called
2 participants