From 8295894b3216d7382632d6470d6618d6fe8efd46 Mon Sep 17 00:00:00 2001 From: agent Date: Sun, 27 Sep 2026 17:54:29 +0000 Subject: [PATCH] Show add-page indicator as a bar and palm-check its taps The add-page ghost is now a thin bar along the active page's free edge instead of a full page-sized block. Pointer taps on it go through the stage gesture handling, so touches are evaluated by the palm rejector with the same 'draw' policy as writing, including being cut off if the pen shows up mid-tap. The native click only handles keyboard activation. Co-Authored-By: Claude Opus 5.5 --- src/lib/components/CanvasView.svelte | 98 +++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 15 deletions(-) diff --git a/src/lib/components/CanvasView.svelte b/src/lib/components/CanvasView.svelte index 0cfdd1f..f0ad3cb 100644 --- a/src/lib/components/CanvasView.svelte +++ b/src/lib/components/CanvasView.svelte @@ -1,6 +1,5 @@