diff --git a/src/components/TitleBar.tsx b/src/components/TitleBar.tsx index 592078d..274367d 100644 --- a/src/components/TitleBar.tsx +++ b/src/components/TitleBar.tsx @@ -58,7 +58,10 @@ export function TitleBar() { const handleClose = () => appWindow.close(); return ( + // data-tauri-drag-region is the recommended Tauri approach for drag regions. + // WebkitAppRegion is kept as a CSS fallback for compatibility.