You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: