From b95a5109e0b66f50838fd4775fc570c0ebda8327 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 27 Jan 2025 20:30:27 +0100 Subject: [PATCH] Lib: Disable draggable images --- src/lib/components/LazyImage.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/LazyImage.svelte b/src/lib/components/LazyImage.svelte index 423e3a3..cf3b7ff 100644 --- a/src/lib/components/LazyImage.svelte +++ b/src/lib/components/LazyImage.svelte @@ -57,6 +57,7 @@ use:img_opacity_handler class="bg-surface-100 transition-opacity" style="opacity: 0; transition-duration: 300ms; {imgstyle ?? ''}" + draggable="false" {...restProps} /> {/await}