fix: 🐛
This commit is contained in:
@@ -112,7 +112,7 @@ export default function ImageGallery({
|
|||||||
createPortal(
|
createPortal(
|
||||||
<div onClick={(e) => e.stopPropagation()}>
|
<div onClick={(e) => e.stopPropagation()}>
|
||||||
<Lightbox
|
<Lightbox
|
||||||
index={start + index}
|
index={index}
|
||||||
slides={images.map(({ url }) => ({ src: url }))}
|
slides={images.map(({ url }) => ({ src: url }))}
|
||||||
plugins={[Zoom]}
|
plugins={[Zoom]}
|
||||||
open={index >= 0}
|
open={index >= 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user