Skip to content

Commit f4f40b2

Browse files
committed
Prevent address marker to fade on network changes
1 parent d88682c commit f4f40b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/parts/IPv4Chart.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Visualize various IPv4 related info
167167
style:--un-bg-opacity={`${opacityForDetailInPercent}%`}
168168
>
169169
<div class="h-full" style:width={`${beforeIP}%`} />
170-
{#key address}
170+
{#key address - network}
171171
<div
172172
in:fade
173173
class="mix-blend-hard-light h-full bg-lime-900 rounded"

0 commit comments

Comments
 (0)