Auto commit Sat Mar 21 01:01:23 AM CDT 2026

This commit is contained in:
Tretzi
2026-03-21 01:01:23 -05:00
parent e84ab89856
commit a334af0080

View File

@@ -320,6 +320,9 @@ internal fun TimelineGraph(
draggingPointIndex = null
draggingCurveId = null
dragMode = HandleDrag.NONE
} else if (pressed.size == 1 && isTransform) {
// Single finger after multi-finger: treat as single-finger drag
isTransform = false
}
if (isTransform) {