fix(electron): drag window behavior in header

This commit is contained in:
himself65
2023-04-27 23:18:00 -05:00
parent 3a5a66a5a3
commit 9f8b38f9f3
9 changed files with 30 additions and 2 deletions

View File

@@ -144,7 +144,12 @@ export const Header = forwardRef<
const { t } = useTranslation();
return (
<StyledHeaderContainer ref={ref} hasWarning={showWarning} {...props}>
<StyledHeaderContainer
ref={ref}
hasWarning={showWarning}
data-open={open}
{...props}
>
<BrowserWarning
show={showWarning}
onClose={() => {