Close highlight modal on click/tap outside

This commit is contained in:
Jackson Harper
2022-04-13 09:59:36 -07:00
parent 8978ff68f7
commit 049a5cf22f

View File

@ -30,6 +30,7 @@ export function HighlightsModal(props: HighlightsModalProps): JSX.Element {
<ModalContent
onPointerDownOutside={(event) => {
event.preventDefault()
props.onOpenChange(false)
}}
css={{ overflow: 'auto', p: '0' }}
>