diff --git a/app/src/main/java/com/mindmachine/mvp/session/TimelineEditorScreen.kt b/app/src/main/java/com/mindmachine/mvp/session/TimelineEditorScreen.kt index 842633a..83171ae 100644 --- a/app/src/main/java/com/mindmachine/mvp/session/TimelineEditorScreen.kt +++ b/app/src/main/java/com/mindmachine/mvp/session/TimelineEditorScreen.kt @@ -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()