Blazor-Diagrams / Blazor.Diagrams

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

Async constraints #257

Closed Light4Code closed 1 year ago

Light4Code commented 1 year ago

Made the constraints async. For example if you call a dialog while deleting a Node, the easiest way to handle it is with a async function call.