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
Basically the same as Add a "popup.close" event except an open event should also trigger when the popup opens.
open
This should log 'open' to the console when the popup opens:
'open'
let popup = new mapboxgl.Popup() popup.on('open', function(e) { console.log('open'); })
The open event is never fired.
The text was updated successfully, but these errors were encountered:
Hey @jmeyers91! This would make a good first contribution. Would you like to take a stab at a PR?
Sorry, something went wrong.
Sure
Done in #6311. Thanks @jmeyers91!
No branches or pull requests
Basically the same as Add a "popup.close" event except an
open
event should also trigger when the popup opens.Expected Behavior
This should log
'open'
to the console when the popup opens:Actual Behavior
The
open
event is never fired.The text was updated successfully, but these errors were encountered: