Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Axorax committed Dec 2, 2024
1 parent e86c4bf commit 9808fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ curveInputContainer.addEventListener('input', (e) => {

copyBtn?.addEventListener('click', () => {
navigator.clipboard.writeText((document.querySelector('.design') as HTMLInputElement).value);
})
});

0 comments on commit 9808fd5

Please sign in to comment.