Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ close
Function
close
packages/shared/src/components/modals/ImageModal.tsx:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
originRect,
51
}: ImageModalProps): ReactElement | null {
52
const close = () => onRequestClose?.(undefined as never);
53
const imgRef = useRef<HTMLImageElement>(null);
54
const hasPlayedRef = useRef(false);
55
Callers
3
ImageModal
Function · 0.70
LiveRoomProvider
Function · 0.50
useInteractivePopup
Function · 0.50
Calls
1
onRequestClose
Function · 0.50
Tested by
no test coverage detected