From 2faa0d9a6f6fb2bf7048edf5757ef035d29a5865 Mon Sep 17 00:00:00 2001 From: philter Date: Fri, 6 Dec 2024 20:39:25 +0000 Subject: [PATCH] Scroll fixes A couple of fixes: 1. Don't call dragView on endDrag (click event). This was resulting in some large deltas and subsequently causing inconsistent scroll behavior on various platforms. 2. Fix a math error when computing acceleration Diffs= d0c9e98d2e Scroll fixes (#8698) --- .rive_head | 2 +- submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index e7aa52eb..affb95df 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -ca10c9ec63c3d1ef221410b2fed688628cc24515 +d0c9e98d2eef8053a6ed57b00b7a55d9d4044bad diff --git a/submodules/rive-runtime b/submodules/rive-runtime index b20c31a3..60892279 160000 --- a/submodules/rive-runtime +++ b/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit b20c31a3f1d05b6a26570b34b30b0618f724c8c5 +Subproject commit 60892279184b23ff1b7e38fea9b255687cc4e003