mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 18:53:43 +03:00
fix: only pages/index need data-tauri-drag-region
This commit is contained in:
parent
3a13f3e9a2
commit
bfe7aa094f
@ -16,7 +16,7 @@ const Affine = () => {
|
||||
const [show, setShow] = useState(false);
|
||||
return (
|
||||
<>
|
||||
<StyledHeader data-tauri-drag-region={window.CLIENT_APP}>
|
||||
<StyledHeader>
|
||||
<ThemeModeSwitch></ThemeModeSwitch>
|
||||
<button
|
||||
onClick={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user