fix(studio): gesture recording replaces existing position keyframes (#1360)

Gesture recording uses replace-with-keyframes mutation to replace existing
position-group tween. Fix N1 sign inversion and N9 wheel startPointer
with pointerElementOffset subtraction.
This commit is contained in:
Miguel Ángel
2026-06-12 00:20:08 -04:00
committed by GitHub
parent 191a33dc2c
commit d49ee416a3
16 changed files with 468 additions and 217 deletions
@@ -226,6 +226,7 @@ export async function tryGsapDragIntercept(
await commitGsapPositionFromDrag(selection, posAnim, offset, gsapPos, iframe, selector, {
commitMutation,
fetchAnimations: fetchFallbackAnimations,
});
return true;
}