mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 05:29:08 +08:00
fix: only pages/index need data-tauri-drag-region
This commit is contained in:
@@ -16,7 +16,7 @@ const Affine = () => {
|
|||||||
const [show, setShow] = useState(false);
|
const [show, setShow] = useState(false);
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<StyledHeader data-tauri-drag-region={window.CLIENT_APP}>
|
<StyledHeader>
|
||||||
<ThemeModeSwitch></ThemeModeSwitch>
|
<ThemeModeSwitch></ThemeModeSwitch>
|
||||||
<button
|
<button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user