feat: share menu indicates a successful copy
This commit is contained in:
parent
29f16cbe5b
commit
6a15035118
1 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,11 @@
|
|||
style="border-color: var(--border);"
|
||||
title="Share & export"
|
||||
>
|
||||
<Share2 size={14} />
|
||||
{#if copied}
|
||||
<Check size={14} />
|
||||
{:else}
|
||||
<Share2 size={14} />
|
||||
{/if}
|
||||
</button>
|
||||
|
||||
{#if open}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue