mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 17:49:56 +03:00
feat(web): toggle zoom on double-click in photo viewer (#26732)
This commit is contained in:
@@ -255,6 +255,7 @@
|
|||||||
bind:clientWidth={containerWidth}
|
bind:clientWidth={containerWidth}
|
||||||
bind:clientHeight={containerHeight}
|
bind:clientHeight={containerHeight}
|
||||||
role="presentation"
|
role="presentation"
|
||||||
|
ondblclick={onZoom}
|
||||||
onmousemove={handleImageMouseMove}
|
onmousemove={handleImageMouseMove}
|
||||||
onmouseleave={handleImageMouseLeave}
|
onmouseleave={handleImageMouseLeave}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user