Open minjie-shen opened 4 months ago
Add className="nodrag nopan"
to the Select component. This is referenced in https://github.com/xyflow/xyflow/issues/2936
Add
className="nodrag nopan"
to the Select component. This is referenced in xyflow/xyflow#2936
Is this for the other issue https://github.com/gorules/jdm-editor/issues/62?
Add
className="nodrag nopan"
to the Select component. This is referenced in xyflow/xyflow#2936Is this for the other issue #62?
Yes, sorry, missclicked
Will take a look, will add filtering for the edges
Description: I'm running into issues with ghost edges from legacy changes. These ghost edges aren't valid (e.g.,
sourceHandle
is incorrect), so they don't appear on the graph. This prevents me from identifying and deleting these invalid edges from the graph, and they still appear in the output JSON and cause problems.Request: Could you add a feature to validate both the input and output JSON? Or is there an existing feature that addresses this issue that I might have missed?
Thanks!