microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.34k stars 301 forks source link

Edges not selectable when inside a subgraph #343

Closed Cussa closed 1 year ago

Cussa commented 1 year ago

It seems that the edges are not selectable when they are inside a subgraph. I tried to investigate that, but didn't find any clue.

Is there an way to make the "subgraph" not selectable?

levnach commented 1 year ago

It works for me edges

Cussa commented 1 year ago

I don't know if it makes some difference, but I forgot to mention that this is happening on the WPF project, including the example available on the repo.

levnach commented 1 year ago

I think I fixed it with https://github.com/microsoft/automatic-graph-layout/commit/39f09e90f0bc2a94701b1dc4c283e081f3b5022f.

Cussa commented 1 year ago

Thanks! I will test this later today to confirm.

Cussa commented 1 year ago

Working! Thanks a lot!