fix-sync-interrupts-drawing #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-sync-interrupts-drawing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pinch-to-zoom: two fingers on a page canvas scale (1x–5x) and pan it via a CSS transform; the gesture preventDefaults so the feed doesn't scroll, aborts any in-progress one-finger stroke, and clamps so the page stays covering its holder (snapping back to fit at 1x). Stylus drawing keeps working while zoomed since canvas point mapping reads the transformed rect. Lock: a 🔒 toggle per page (persisted in content, so it syncs) turns off pen/eraser/text and sets touch-action so finger or stylus just moves the page. Pinch-zoom still works on a locked page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>