diff --git a/plugins/simple-image/view/ImageRenderer/index.tsx b/plugins/simple-image/view/ImageRenderer/index.tsx index 6e1df8b9..00d2acd3 100644 --- a/plugins/simple-image/view/ImageRenderer/index.tsx +++ b/plugins/simple-image/view/ImageRenderer/index.tsx @@ -10,6 +10,7 @@ const ImageRenderer = () => { return images.map((imgSrc, i) => (
{ opacity: imgIndex === i ? 1 : 0, }} > - +
)); };