From 502a7121cda26c8b0698af6785a56288d800bb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 8 Dec 2022 15:35:02 +0100 Subject: [PATCH] fix: don't engage fullscreen --- src/components/SVGContent.svelte | 1 + 1 file changed, 1 insertion(+) 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();