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:
2025-09-16 05:36:26 +01:00
parent 09fe611efb
commit bef4620cdb

View File

@@ -1230,8 +1230,8 @@ struct
, line
, leftLines
, rightLines
, textLength
, lineLength
, newTextLength
, newLineLength
)
end