Blazor.Diagrams
Blazor.Diagrams copied to clipboard
There is no async version of ShouldDelete{Node|Link|Group}
I need to do some checks to make sure that the node can be deleted but there isn't an async version of ShouldDeleteNode?
I would be great if you could add something like
Func<NodeModel, Task<bool>> ShouldDeleteNodeAsync()