fix: copy prevent default

This commit is contained in:
Torsten Dittmann
2022-06-30 16:03:03 +02:00
parent b8d62cadbb
commit cc2adc2117
+1 -1
View File
@@ -19,6 +19,6 @@
};
</script>
<span on:click={copy}>
<span on:click|preventDefault={copy}>
<slot />
</span>