[Q] Remove a vertex of a Polyline by Ctrl+Click on Edit mode ? #846
Unanswered
lndrtrbn
asked this question in
Questions & Help
Replies: 2 comments
-
Use this code:
I think this can be also an interessting Feature Request #817 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to remove a specific vertex on Edit mode by Ctrl-Click on a vertex. I can catch the click event on a vertex and detect if Ctrl is pressed but I'm stuck trying to remove this vertex.
Example : https://jsfiddle.net/rq65jz0e/2/
For now my attempts lead to removing the entire Line or just the Marker of the vertex.
Am I wrong in the way I implement it ?
Beta Was this translation helpful? Give feedback.
All reactions