diff --git a/src/lib/components/ResizeHandles.svelte b/src/lib/components/ResizeHandles.svelte index 3ce5183..e75c9bf 100644 --- a/src/lib/components/ResizeHandles.svelte +++ b/src/lib/components/ResizeHandles.svelte @@ -30,7 +30,7 @@ e.preventDefault(); e.stopPropagation(); // Lock the pointer to this handle BEFORE asking Wayland to begin a - // resize. Without capture, KWin's xdg_toplevel.resize grab arrives + // resize. Without capture, KWin xdg_toplevel.resize grab arrives // between mousedown synthesis and pointer movement, often losing the // diagonal component and collapsing a corner drag to a single axis. // pointerdown + setPointerCapture keeps the direction pinned. @@ -44,7 +44,7 @@ {#if enabled} - +