Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bubbling "child added" event so parents can update their own nodes/clusters in Blazor.Dagre #104

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

JBBianchi
Copy link
Member

If a cluster containing a list of node is added to a parent cluster, the parent can update its own list of (all)nodes to include the ones of the child cluster.
But, before this fix, if the cluster was added to its parent before its nodes were appended, then the parent wouldn't be notified of the existence of the said nodes, making them 'unreachable'.

… their own node/cluster list.

Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
@JBBianchi JBBianchi merged commit 2cb5789 into main Aug 14, 2024
1 check passed
@JBBianchi JBBianchi deleted the fix-dagre-child-added-bubbling branch August 14, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant