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
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
We should be able to get the label information for edges in the editEdge event.
Currently, we can get label information for nodes from editNode, so it makes sense to be able to get the label from editEdge as well.
This will require adding another event - or adjusting the current events - for editing edges, so that users aren't required to arbitrarily move an edge's link to trigger the editEdge event. Users should be able to edit an edge's label without any other adjustments.
In examples/network/other/manipulationEditEdgeNoDrag.html you can see that now, when editing a labeled edge, the current value is being pulled from the passed data. Unless I really mucked something up it should be working because the label data is loaded in the ManipulationSystem#performEditEdge function.
We should be able to get the
label
information for edges in theeditEdge
event.Currently, we can get
label
information for nodes fromeditNode
, so it makes sense to be able to get the label fromeditEdge
as well.This will require adding another event - or adjusting the current events - for editing edges, so that users aren't required to arbitrarily move an edge's link to trigger the
editEdge
event. Users should be able to edit an edge's label without any other adjustments.For current workarounds: #2068
The text was updated successfully, but these errors were encountered: