mirror of
https://github.com/outline/outline.git
synced 2026-05-03 16:09:52 -05:00
@@ -68,7 +68,7 @@ const Modal: React.FC<Props> = ({
|
||||
{...dialog}
|
||||
preventBodyScroll
|
||||
hideOnEsc
|
||||
hideOnClickOutside={isCentered}
|
||||
hideOnClickOutside={!!isCentered}
|
||||
hide={onRequestClose}
|
||||
>
|
||||
{(props) =>
|
||||
|
||||
Reference in New Issue
Block a user