diff --git a/frontend/src/ts/modals/share-custom-theme.ts b/frontend/src/ts/modals/share-custom-theme.ts index f4d0d8470..340f42c4a 100644 --- a/frontend/src/ts/modals/share-custom-theme.ts +++ b/frontend/src/ts/modals/share-custom-theme.ts @@ -51,7 +51,6 @@ async function copy(): Promise { const url = await generateUrl(); try { - throw "a"; await navigator.clipboard.writeText(url); Notifications.add("URL Copied to clipboard", 1); void modal.hide();