Blazor-Diagrams / Blazor.Diagrams

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

add ControlsType.AlwaysOn #409

Open suraj-desai-wtg opened 5 months ago

suraj-desai-wtg commented 5 months ago

Add a control type for controls that are always visible

zHaytam commented 4 months ago

Hello, thanks for the PR!

Out of curiosity, what use case made you want this? (Not saying it's bad)

suraj-desai-wtg commented 4 months ago

Hello, This is for the node resizer control that we have implemented, we want it to always stay visible. https://github.com/Blazor-Diagrams/Blazor.Diagrams/pull/393