From 3b2c2960a9e29665476bacf508b9b1c7c4a6ea76 Mon Sep 17 00:00:00 2001 From: Jeffrey Mitchell <84873645+JeffreyDMitchell@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:58:55 -0600 Subject: [PATCH] Fix: Settings Window Title Bar Draggable Region Deadzone (#139) --- src-web/components/WindowControls.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src-web/components/WindowControls.tsx b/src-web/components/WindowControls.tsx index 1673b0cf..49d29e5a 100644 --- a/src-web/components/WindowControls.tsx +++ b/src-web/components/WindowControls.tsx @@ -27,6 +27,7 @@ export function WindowControls({ className, onlyX }: Props) { className={classNames(className, 'ml-4 absolute right-0 top-0 bottom-0')} justifyContent="end" style={{ width: WINDOW_CONTROLS_WIDTH }} + data-tauri-drag-region > {!onlyX && ( <>