refined example
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
{#if $connectionPath}
|
{#if $connectionPath}
|
||||||
<g class={$connection.connectionStatus}>
|
<g class={$connection.connectionStatus}>
|
||||||
<path d={$connectionPath} fill="none" stroke="red" />
|
<path d={$connectionPath} fill="none" stroke={$connection.connectionStartHandle?.handleId} />
|
||||||
</g>
|
</g>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user