diff --git a/src/components/copySvg.svelte b/src/components/copySvg.svelte index 32c8651..f93e34f 100644 --- a/src/components/copySvg.svelte +++ b/src/components/copySvg.svelte @@ -113,6 +113,7 @@ description: `${error ?? ''}`, duration: 5000 }); + isLoading = false; return; }