-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Don't show add popup when click on map #86
Conversation
✅ Deploy Preview for qtmmirror ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small changes:
- the input on line 129 is not a
MapMouseEvent
. I don't know what it is though without thinking about it a bit! We should either remove this type or find the correct one - on line 18, 'addOverlayVisible' is defined but no longer used
Otherwise, good to go!
I'd like to run |
Before I think too hard, can you run |
How's this going @nielsbom? |
there's some issue with the lint during the ci github workflow, not locally. I'll bumped dependencies because a) good and b) might shift an issue with the cache or something else
the ci github workflow is having issues with installing prettier, suggesting it's an issue with npm 😅 |
It does indeed seem to be with npm: npm/cli#7672. |
avoid issues with npm
Fixes #68