diff --git a/enjoy/src/renderer/components/medias/media-bottom-panel/media-current-recording.tsx b/enjoy/src/renderer/components/medias/media-bottom-panel/media-current-recording.tsx index 6c4928de9..49d68dd29 100644 --- a/enjoy/src/renderer/components/medias/media-bottom-panel/media-current-recording.tsx +++ b/enjoy/src/renderer/components/medias/media-bottom-panel/media-current-recording.tsx @@ -692,6 +692,7 @@ export const MediaCurrentRecording = () => { setDetailIsOpen(open)}> setShadowing(value)} > , React.ComponentPropsWithoutRef & { - container?: HTMLElement; + container?: HTMLElement | string; } >(({ className, container, ...props }, ref) => ( , React.ComponentPropsWithoutRef & { - container?: HTMLElement; + container?: HTMLElement | string; } >(({ className, children, container, ...props }, ref) => ( , VariantProps { displayClose?: boolean; - container?: HTMLElement; + container?: HTMLElement | string; } const SheetContent = React.forwardRef< @@ -72,7 +72,11 @@ const SheetContent = React.forwardRef< ref ) => (