Pause sync while a stroke is in progress #1
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?
Continuous stroke saves plus the interval sync ran pull()/emitStatus()
(IndexedDB writes + full snapshot rebuild) mid-stroke. The resulting
main-thread jank delayed pointermove handling, and with touch-action:
pan-y the browser reinterpreted the drawing gesture as a page scroll.
Suspend syncing while the pen is down and flush once it lifts.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com