fix(web): allow images to be downloaded again(long-press or right click) (#26992)

This commit is contained in:
Min Idzelis
2026-03-18 07:40:36 -04:00
committed by GitHub
parent 694ea151f5
commit 88002cf7fe
2 changed files with 15 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
onLoad={() => adaptiveImageLoader.onLoad(quality)}
onError={() => adaptiveImageLoader.onError(quality)}
bind:ref
class="h-full w-full bg-transparent"
class="h-full w-full bg-transparent pointer-events-auto"
{alt}
{role}
draggable={false}