mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Allow moving in photo spheres using one touch input instead of two. (#8620)
This is the standard behaviour and also more intuitive. As we don't require scrolling when displaying photo spheres this should not impede usability. Also remove `mousewheelCtrlKey: false`, which is the default. Co-authored-by: hrdl <7808331-hrdl@users.noreply.gitlab.com>
This commit is contained in:
parent
1d427d0581
commit
2a26574808
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@
|
||||||
viewer = new Viewer({
|
viewer = new Viewer({
|
||||||
container,
|
container,
|
||||||
panorama,
|
panorama,
|
||||||
touchmoveTwoFingers: true,
|
|
||||||
mousewheelCtrlKey: false,
|
|
||||||
navbar: false,
|
navbar: false,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue