Skip to content

Commit ef8e1e8

Browse files
committed
add blank line
1 parent f2d0204 commit ef8e1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MDXComponents/ImageZoomable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export const ImageZoomable: React.FC<ImageZoomableWrapperProps> = ({ src, alt })
6060

6161
} else {
6262
if (ImageZoomableRef.current) {
63+
6364
// exited fullscreen and back to normal position
6465
ImageZoomableRef.current.style.display = 'block';
6566

0 commit comments

Comments
 (0)