MCPcopy 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

ImageModalFunction · 0.70
LiveRoomProviderFunction · 0.50
useInteractivePopupFunction · 0.50

Calls 1

onRequestCloseFunction · 0.50

Tested by

no test coverage detected