Auto commit (MindMachine) Sun Apr 19 10:01:02 AM CDT 2026

This commit is contained in:
Tretzi
2026-04-19 10:01:02 -05:00
parent 0357da5158
commit 9a6f28d39f

View File

@@ -425,7 +425,7 @@ internal fun TimelineGraph(
height = h, height = h,
curveId = curveId, curveId = curveId,
) )
val updated = targetCurve.movePointVerticalWithPropagation(pointIndex, constrainedY, h) val updated = targetCurve.movePointVertical(pointIndex, constrainedY, h)
if (curveId == leftId) curveLeft = updated else curveRight = updated if (curveId == leftId) curveLeft = updated else curveRight = updated
currentOnUpdateCurve(curveId, updated) currentOnUpdateCurve(curveId, updated)
onCurveEditedHaptic() onCurveEditedHaptic()