Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
993 stars 196 forks source link

Nested groups? #177

Closed JBBianchi closed 2 years ago

JBBianchi commented 2 years ago

Hello,

Is there any plan on the roadmap to lift the current limitations for the groups, and especially nesting?

Thanks a lot for your work.

JBBianchi commented 2 years ago

nvm, it seems to be, I should have checked the sources first: https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/master/src/Blazor.Diagrams/Components/Groups/GroupNodes.razor

zHaytam commented 2 years ago

Hi, with the way it works right now (nested in the DOM too), you might see some unwanted behavior. Maybe it would be better to implement them differently, we'll see.

JBBianchi commented 2 years ago

I didn't dig too far yet but, conceptually, it seems to make sense to have them nested in the DOM. Let me know if I can be of any help.