mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07: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
@ -11,8 +11,6 @@
|
||||
viewer = new Viewer({
|
||||
container,
|
||||
panorama,
|
||||
touchmoveTwoFingers: true,
|
||||
mousewheelCtrlKey: false,
|
||||
navbar: false,
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user