mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-29 07:40:23 +00:00
A press is cancelled when it goes out of the node's bounds, but when a sent message inserts into the chat the node moves out from under a stationary pointer, which is not a drag-away. Exempt out-of-bounds cancellation when the pointer did not move in window coordinates (within touch slop). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>