diff --git a/webapp/src/components/dialog.tsx b/webapp/src/components/dialog.tsx index 044a7bc05..6ae95a58d 100644 --- a/webapp/src/components/dialog.tsx +++ b/webapp/src/components/dialog.tsx @@ -33,7 +33,7 @@ const Dialog = React.memo((props: Props) => {
{ + onClick={(e) => { if (e.target === e.currentTarget) { props.onClose() }