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
Hello,
despite the implementation of issue #29741 with PR #29747, mapMouseover and mapMouseout events not working for map-advanced-marker.
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-6ffmnvxl?file=src%2Fmain.ts Steps to reproduce:
we should see the string I'm over the marker in console
I'm over the marker
the bound method is not executed and nothing is printed in the console
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
Description
Hello,
despite the implementation of issue #29741 with PR #29747, mapMouseover and mapMouseout events not working for map-advanced-marker.
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-6ffmnvxl?file=src%2Fmain.ts
Steps to reproduce:
Expected Behavior
we should see the string
I'm over the marker
in consoleActual Behavior
the bound method is not executed and nothing is printed in the console
Environment
The text was updated successfully, but these errors were encountered: