diff --git a/src/lib/components/ResizeHandles.svelte b/src/lib/components/ResizeHandles.svelte index 404ec8f..89b410a 100644 --- a/src/lib/components/ResizeHandles.svelte +++ b/src/lib/components/ResizeHandles.svelte @@ -5,10 +5,10 @@ // // Architecture: eight fixed-position divs are the click target for // resize. Because the divs themselves are the event target (not any - // ancestor), Tauri's `data-tauri-drag-region` delegated handler walks - // the div's ancestors, finds no drag-region, and does not start a - // window move. This gives us a clean separation: resize wins on the - // edges, drag wins on the titlebar. + // ancestor), the delegated handler for data-tauri-drag-region walks + // the ancestors of the div, finds no drag-region, and does not start + // a window move. This gives us a clean separation: resize wins on + // the edges, drag wins on the titlebar. // // Hit zone sizes come from CSS custom properties so every Kon window // across the app stays identical. See `--kon-resize-edge` and