amend LineGap.append function: previously, we were calculating the updated textLength and lineLength, but we were not using them, instead passing the old parameters instead. Now we use them as well.
This commit is contained in:
@@ -1230,8 +1230,8 @@ struct
|
||||
, line
|
||||
, leftLines
|
||||
, rightLines
|
||||
, textLength
|
||||
, lineLength
|
||||
, newTextLength
|
||||
, newLineLength
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user