terry-staging #12

Merged
terry merged 13 commits from terry-staging into main 2026-05-30 10:45:30 +00:00
Showing only changes of commit 9bef178bc8 - Show all commits

View File

@@ -279,11 +279,12 @@ function LightboxView({
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
src={current.url}
alt={current.filename}
className="max-h-full max-w-full select-none object-contain"
draggable={false}
className="max-h-full max-w-full object-contain [-webkit-touch-callout:default]"
/>
</div>