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) {