diff --git a/src/components/SVGContent.svelte b/src/components/SVGContent.svelte index 3f431bf..5a60d77 100644 --- a/src/components/SVGContent.svelte +++ b/src/components/SVGContent.svelte @@ -111,6 +111,7 @@ return panning; }, onDoubleClick: () => { + return; // TODO WHY BLACK?! if (!document.fullscreenElement) { console.debug("[SVG] Fullscreen requested."); document.body.requestFullscreen();