diff --git a/packages/svelte/lib/Giscus.svelte b/packages/svelte/lib/Giscus.svelte index 8a6121fc..940f644c 100644 --- a/packages/svelte/lib/Giscus.svelte +++ b/packages/svelte/lib/Giscus.svelte @@ -73,7 +73,6 @@ onMount(() => { if (!iframe) return iframe = iframe as HTMLIFrameElement - iframe.src = src iframe.addEventListener('load', () => iFrameResizer.iframeResizer( { checkOrigin: [GISCUS_ORIGIN] }, @@ -89,5 +88,5 @@