mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
feat: allow header to be dragged in client
This commit is contained in:
@@ -109,7 +109,7 @@ export const Header = () => {
|
||||
}
|
||||
}, [editor]);
|
||||
return (
|
||||
<StyledHeaderContainer hasWarning={showWarning}>
|
||||
<StyledHeaderContainer hasWarning={showWarning} data-tauri-drag-region>
|
||||
<BrowserWarning
|
||||
onClose={() => {
|
||||
setShowWarning(false);
|
||||
|
||||
Reference in New Issue
Block a user