diff options
Diffstat (limited to 'static/index.js')
| -rw-r--r-- | static/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/index.js b/static/index.js index 338d636..74386a1 100644 --- a/static/index.js +++ b/static/index.js @@ -26,6 +26,8 @@ const reload = () => { for (const image of images) { image_viewer.add(image); } + + image_viewer.preload_all(); }); } |