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

Users can not select and delete a link when Segmentable == true #419

Open
JohnMidity opened this issue Feb 25, 2024 · 2 comments
Open

Users can not select and delete a link when Segmentable == true #419

JohnMidity opened this issue Feb 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@JohnMidity
Copy link

When a normal (non-segmented) link is clicked by the user, it will be selected and the link can be deleted. But if Segmentable==true , a new vertex is added when the user clicks the line segment. The link is not selected, so it can also not be deleted.

Possible solution could be to select the link whenever the user adds/deletes/changes any vertex on the link. In normal use, the link is clicked, a vertex is added and then the users hits 'Delete' button to remove the link including the vertex .

@zHaytam
Copy link
Collaborator

zHaytam commented Feb 25, 2024

What do you think about adding vertices by double-clicking instead of clicking? Then clicking would let you select the link

@JohnMidity
Copy link
Author

Yes, I think that would be fine and can easily be explained to users.

@zHaytam zHaytam added the enhancement New feature or request label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants