feat(web): toggle zoom on double-click in photo viewer (#26732)

This commit is contained in:
Min Idzelis
2026-03-05 22:58:09 -05:00
committed by GitHub
parent ec7246b86f
commit abfcffb423

View File

@@ -255,6 +255,7 @@
bind:clientWidth={containerWidth}
bind:clientHeight={containerHeight}
role="presentation"
ondblclick={onZoom}
onmousemove={handleImageMouseMove}
onmouseleave={handleImageMouseLeave}
>