We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MapillaryJS version: 2.6.0 System/Browser: All
2.6.0
All
The popup disappears.
The popup stays at the canvas coordinate where it was correctly shown before calling viewer.setCenter.
viewer.setCenter
This only happens when set center is called because when drag-panning the popup is moved out of the viewport.
The text was updated successfully, but these errors were encountered:
fix(popup): always hide popup when behind camera
3083a10
Fixes #289
0c41296
oscarlorentzon
No branches or pull requests
Basic information
MapillaryJS version:
2.6.0
System/Browser:
All
Steps to Reproduce Behavior
Expected behavior
The popup disappears.
Actual behavior
The popup stays at the canvas coordinate where it was correctly shown before calling
viewer.setCenter
.Additional information
This only happens when set center is called because when drag-panning the popup is moved out of the viewport.
The text was updated successfully, but these errors were encountered: