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,
|
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user