aboutsummaryrefslogtreecommitdiff
path: root/static/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.js')
-rw-r--r--static/index.js2
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();
});
}