UX: Disable the history mode of the photo viewer to avoid glitches #2477

This commit is contained in:
Michael Mayer 2022-06-28 19:37:53 +02:00
parent 9ec854d57c
commit 5d7448d2df

View file

@ -102,7 +102,7 @@ class Viewer {
const options = {
index: index,
history: true,
history: false,
preload: [1, 1],
focus: true,
modal: true,