mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(electron): drag window behavior in header
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user