mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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
|
||||
useStandardSizes
|
||||
className="mod-join"
|
||||
shouldCloseOnOverlayClick={false}
|
||||
onRequestClose={onRequestClose}
|
||||
{...modalProps}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue