mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 20:49:50 +03:00
fix(web): allow images to be downloaded again(long-press or right click) (#26992)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user