Auto commit (MindMachine) Sun Apr 19 10:01:02 AM CDT 2026
This commit is contained in:
@@ -425,7 +425,7 @@ internal fun TimelineGraph(
|
||||
height = h,
|
||||
curveId = curveId,
|
||||
)
|
||||
val updated = targetCurve.movePointVerticalWithPropagation(pointIndex, constrainedY, h)
|
||||
val updated = targetCurve.movePointVertical(pointIndex, constrainedY, h)
|
||||
if (curveId == leftId) curveLeft = updated else curveRight = updated
|
||||
currentOnUpdateCurve(curveId, updated)
|
||||
onCurveEditedHaptic()
|
||||
|
||||
Reference in New Issue
Block a user