From b7b4bc7aefabb0110b25e2a74e44c91cd3a1ee46 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 24 Jan 2021 20:56:07 +0300 Subject: [PATCH] another minor fix -- a bit off today, am I? Signed-off-by: Alex A. Naanou --- Viewer/features/sharp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/sharp.js b/Viewer/features/sharp.js index 50d39cde..6009bdba 100755 --- a/Viewer/features/sharp.js +++ b/Viewer/features/sharp.js @@ -922,7 +922,7 @@ var SharpActions = actions.Actions({ that.readAllMetadata() // partial (fast)... : (that.cacheAllMetadata - && that.cacheAllMetadata())) + && that.cacheAllMetadata())), // previews... options.previews !== false && that.makePreviews