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
However, updateEdge only updates edge.source but not edge.sourceNode.
Expected Behavior
Both edge.source but not edge.sourceNode should be updated.
Steps To Reproduce
git clone [email protected]:ljw20180420/vueFlowBug.git
cd vueFlowBug
npm install
npm run dev
In the browser,
Neglect the breakpoint at start up.
Move the source of the edge from `node 1` to `node3`.
In the console, `edge.source` becomes `node 3`, while `edge.sourceNode.id` is still `node 1`.
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I use Events API.
However,
updateEdge
only updatesedge.source
but notedge.sourceNode
.Expected Behavior
Both
edge.source
but notedge.sourceNode
should be updated.Steps To Reproduce
In the browser,
Relevant log output
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: