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
When using the option:
showTooltip: false
the following error is displayed on the browser console: Uncaught TypeError: Cannot read properties of undefined (reading 'text')
related to the setupElementEvents.js mouseover event
if (event.type === 'mouseover') { data.element.hover(true) map.tooltip.text(data.tooltipText) map._emit(data.event, [event, map.tooltip, data.code])
The text was updated successfully, but these errors were encountered:
fix(events): tooltip fails when it's disabled (#117)
55cfbc6
Thanks for reporting this issue, the fix will be available by the next week in v1.5.2
Sorry, something went wrong.
No branches or pull requests
When using the option:
showTooltip: false
the following error is displayed on the browser console:
Uncaught TypeError: Cannot read properties of undefined (reading 'text')
related to the setupElementEvents.js mouseover event
if (event.type === 'mouseover') { data.element.hover(true) map.tooltip.text(data.tooltipText) map._emit(data.event, [event, map.tooltip, data.code])
The text was updated successfully, but these errors were encountered: