terry-staging #12
@@ -279,11 +279,12 @@ function LightboxView({
|
|||||||
touchStartX.current = null;
|
touchStartX.current = null;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
{/* No select-none / touch-callout:none here so iOS Safari's native
|
||||||
|
long-press menu ("Save in Photos") works on the full-size image. */}
|
||||||
<img
|
<img
|
||||||
src={current.url}
|
src={current.url}
|
||||||
alt={current.filename}
|
alt={current.filename}
|
||||||
className="max-h-full max-w-full select-none object-contain"
|
className="max-h-full max-w-full object-contain [-webkit-touch-callout:default]"
|
||||||
draggable={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user