Skip to content
New issue

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

Fix panic when Popup and Tooltip are used within overlay context, eg. Polygon #29

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

emirror-de
Copy link
Contributor

When using Popup and Tooltip in an overlay context, like a Polygon, the map context seems not to be available. Expecting the map context leads to a panic in this case.

This PR fixes this behavior by moving the expect method further down to the place where it is really requested. In addition to that, it removes the map context as requirement from the overlay context path.

@dgsantana
Copy link
Collaborator

Thank you, and nice catch. Merging.

@dgsantana dgsantana merged commit d46a6df into headless-studio:main Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants