diff --git a/src/Constraint.elm b/src/Constraint.elm index 0bee04f..37ca085 100644 --- a/src/Constraint.elm +++ b/src/Constraint.elm @@ -111,7 +111,7 @@ solveWithFocus (Model guts) = , progressLine + height + newGuts.margin ) ) - ( Dict.empty, 0 ) + ( newGuts.positions, 0 ) goDown ( downwardAndUpwardPositions, _ ) =