We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eeb92 commit ddc3da4Copy full SHA for ddc3da4
src/components/gallery/GalleryImage.tsx
@@ -8,7 +8,10 @@ interface GalleryImageProps extends ImageProps {
8
enableGallery?: boolean;
9
}
10
11
-export const GalleryImage = ({ enableGallery = true, ...props }: GalleryImageProps) => {
+export const GalleryImage = ({
12
+ enableGallery = true,
13
+ ...props
14
+}: GalleryImageProps) => {
15
const imageRef = useRef<HTMLImageElement>(null);
16
const { openGallery } = useGallery();
17
0 commit comments