DARPA-ASKEM / terarium

https://app.terarium.ai
Apache License 2.0
13 stars 2 forks source link

[BUG]: workflow nodes get misconnected for no obvious reason #4828

Open pascaleproulx opened 6 days ago

pascaleproulx commented 6 days ago

Describe the bug I am working on a workflow. While in it, nodes start to appear misconnected (one end of a link missing the round ball). No idea why it is happening.

https://app.staging.terarium.ai/projects/59d1af73-e373-42da-9e88-ac020a39cc1f/workflow/8dfacd1a-d997-4d22-86fc-c6ea8c3f5a6a

Screenshots Only thing I can see as error in the console is this: image image image

mwdchang commented 5 days ago

I am not sure how this bug is happening - I have yet to recreate.

One possible conjecture is that interaction are happening really fast, and a previous update partially overwrite the action to link the edge.

The update from moving node interfere with add edge before the update is sent server side...