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
mapbox-gl-js version: 1.2.1
browser: n/a
var popup = new mapboxgl.Popup({closeOnClick: false}) .setHTML('<h1>Hello World!</h1>') .addTo(map); popup.trackPointer();
ie call trackPointer without first setting a location or without first setting the popup contents.
https://jsbin.com/jilulagivo/edit?html,output
Expected to handle this more gracefully without an error.
Cannot read property 'classList' of undefined
If anyone wants to pick this up by all means please do, otherwise I'll try to in a week or so.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
mapbox-gl-js version: 1.2.1
browser: n/a
Steps to Trigger Behavior
ie call trackPointer without first setting a location or without first setting the popup contents.
Link to Demonstration
https://jsbin.com/jilulagivo/edit?html,output
Expected Behavior
Expected to handle this more gracefully without an error.
Actual Behavior
Cannot read property 'classList' of undefined
If anyone wants to pick this up by all means please do, otherwise I'll try to in a week or so.
The text was updated successfully, but these errors were encountered: