diff options
Diffstat (limited to 'packages/app/src/components')
| -rw-r--r-- | packages/app/src/components/titlebar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx index 2e22dc633..4a43a855c 100644 --- a/packages/app/src/components/titlebar.tsx +++ b/packages/app/src/components/titlebar.tsx @@ -152,6 +152,7 @@ export function Titlebar() { <header class="h-10 shrink-0 bg-background-base relative grid grid-cols-[auto_minmax(0,1fr)_auto] items-center" style={{ "min-height": minHeight() }} + onMouseDown={drag} onDblClick={maximize} > <div @@ -159,7 +160,6 @@ export function Titlebar() { "flex items-center min-w-0": true, "pl-2": !mac(), }} - onMouseDown={drag} > <Show when={mac()}> <div class="h-full shrink-0" style={{ width: `${72 / zoom()}px` }} /> |
