mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update Clipboard.svelte
This commit is contained in:
parent
b7fbb65d67
commit
e75464f02b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</script>
|
||||
|
||||
<slot {copy} />
|
||||
<textarea bind:this={textarea} value={text} aria-hidden="true" />
|
||||
<textarea bind:this={textarea} value={text} aria-hidden="true" tabindex="-1" />
|
||||
|
||||
<style>
|
||||
textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue