From 92510ce24f28a50afe353d057d1d053440adbd81 Mon Sep 17 00:00:00 2001 From: Yura Dupyn <2153100+omedusyo@users.noreply.github.com> Date: Fri, 15 May 2026 16:22:10 +0200 Subject: [PATCH] README update --- src/ui/Picturarium.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Picturarium.tsx b/src/ui/Picturarium.tsx index 9115fe8..f208b81 100644 --- a/src/ui/Picturarium.tsx +++ b/src/ui/Picturarium.tsx @@ -443,7 +443,7 @@ function OpenImageModal({ imageId }: { imageId: ImageId }) { useEffect( () => { let isAlive = true - // TODO: Do I need to set `Remote.loading()` here? I don't like that. + // It is not currently possible to switch images when modal is open. But in case we'd want that, we'd have to also reset `cpation: Remote.loading()` void getImageCaptionCached(imageId).then((caption) => { if (isAlive) {