mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat(web): toggle zoom on double-click in photo viewer (#26732)
This commit is contained in:
parent
ec7246b86f
commit
abfcffb423
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@
|
|||
bind:clientWidth={containerWidth}
|
||||
bind:clientHeight={containerHeight}
|
||||
role="presentation"
|
||||
ondblclick={onZoom}
|
||||
onmousemove={handleImageMouseMove}
|
||||
onmouseleave={handleImageMouseLeave}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue