mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #3386 from benjiwheeler/join-flow-disable-click-outside
new join flow modal stays open on click outside
This commit is contained in:
commit
c609d99e0e
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