fix minor compilation error introduced in previous commit
This commit is contained in:
@@ -200,7 +200,7 @@ struct
|
|||||||
|
|
||||||
val lineIdx = Int.max (0, lineIdx)
|
val lineIdx = Int.max (0, lineIdx)
|
||||||
in
|
in
|
||||||
moveCursorUpWhenOnNewline (app, buffer, newCursorLineNumber)
|
finishMoveCursorUpDown (app, newCursorLineNumber, buffer, 0, lineIdx)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user