mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
new join flow modal stays open on click outside
This commit is contained in:
parent
8f84051a86
commit
693c8e11e3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ const JoinModal = ({
|
||||||
isOpen
|
isOpen
|
||||||
useStandardSizes
|
useStandardSizes
|
||||||
className="mod-join"
|
className="mod-join"
|
||||||
|
shouldCloseOnOverlayClick={false}
|
||||||
onRequestClose={onRequestClose}
|
onRequestClose={onRequestClose}
|
||||||
{...modalProps}
|
{...modalProps}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue