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 f2d0204 commit ef8e1e8Copy full SHA for ef8e1e8
src/components/MDXComponents/ImageZoomable.tsx
@@ -60,6 +60,7 @@ export const ImageZoomable: React.FC<ImageZoomableWrapperProps> = ({ src, alt })
60
61
} else {
62
if (ImageZoomableRef.current) {
63
+
64
// exited fullscreen and back to normal position
65
ImageZoomableRef.current.style.display = 'block';
66
0 commit comments