-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix viewState sync bug #199
Fix viewState sync bug #199
Conversation
pitch: tilt, | ||
bearing: heading | ||
}; | ||
if (JSON.stringify(window.cartoViewState) !== JSON.stringify(newViewState)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch on this, thx for the fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
I was going to land this independently, but then I noticed it was against your branch, so I'll just land them together |
Fix for CartoDB/carto-react-template#291