-
Notifications
You must be signed in to change notification settings - Fork 443
Marker drag check #594
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
Marker drag check #594
Conversation
typo globaldrawmodetoggled --> globaldragmodetoggled
Create Base
Updated Swedish translations (geoman-io#571) (patch)
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.
Nice! Two things I'm missing
- Add a test to the marker test suite if dragging was enabled/not enabled to a marker set to interactive: false
- Resolve merge conflicts
Great work 👍
@codeofsumit Both things added |
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.
I don't understand was is being tested in that test 🤔
Can you explain it?
Yes it is difficult to understand. With this test it only checks if a error is thrown when goes into edit mode. |
Can a cypress test on github restarted? It stopped before tested ... |
Check if marker has dragging property before enable / disable dragging
Fix #567
When a marker is inactive (interactive: false) nothing can be done with it, but other layers still snapping to it. Maybe snapping should be also removed.