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
Hi. Rotation applied multiply times when I'm zooming map
When I inspect marker on the "Elements" tab in Chrome DevTools, I saw that rotateZ(45deg); added multiply times.
rotateZ(45deg);
<img src="icon.png" class="leaflet-marker-icon leaflet-zoom-hide leaflet-clickable" tabindex="0" style="margin-left: -17.5px; margin-top: -17.5px; width: 35px; height: 35px; left: 731px; top: 475px; z-index: 475; transform-origin: center center; transform: rotateZ(45deg) rotateZ(45deg);">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
Rotation applied multiply times when I'm zooming map
When I inspect marker on the "Elements" tab in Chrome DevTools, I saw that
rotateZ(45deg);
added multiply times.The text was updated successfully, but these errors were encountered: