We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5812f9 commit 1bd188dCopy full SHA for 1bd188d
src/Blazor.Diagrams/Components/LinkWidget.razor
@@ -15,7 +15,7 @@
15
fill="none"
16
stroke="@color" />
17
18
-@if (dnlb != null && (dnlb.OngoingLink == null || dnlb.OngoingLink != Link))
+@if (dnlb?.OngoingLink == null || dnlb.OngoingLink != Link)
19
{
20
@if (Link.Vertices.Count == 0)
21
0 commit comments