fix: super editor popover menus (#2041)

This commit is contained in:
Aman Harwara
2022-11-22 19:16:59 +05:30
committed by GitHub
parent b3140f1623
commit 8c8f045b9a
12 changed files with 75 additions and 50 deletions

View File

@@ -41,6 +41,7 @@ const Popover = ({
togglePopover,
disableClickOutside,
disableMobileFullscreenTakeover,
maxHeight,
}: Props) => {
const popoverId = useRef(UuidGenerator.GenerateUuid())
@@ -100,6 +101,7 @@ const Popover = ({
togglePopover={togglePopover}
disableClickOutside={disableClickOutside}
disableMobileFullscreenTakeover={disableMobileFullscreenTakeover}
maxHeight={maxHeight}
>
{children}
</PositionedPopoverContent>