amend another idx metadata bug, but now there is another one
This commit is contained in:
@@ -1694,13 +1694,16 @@ struct
|
|||||||
let
|
let
|
||||||
val _ = println "1594"
|
val _ = println "1594"
|
||||||
in
|
in
|
||||||
{ idx = 0
|
moveLeftAndDelete
|
||||||
, line = 0
|
( start
|
||||||
, leftStrings = leftStrings
|
, finish
|
||||||
, leftLines = leftLines
|
, prevIdx
|
||||||
, rightStrings = rightStrings
|
, curLine - Vector.length leftLinesHd
|
||||||
, rightLines = rightLines
|
, leftStringsTl
|
||||||
}
|
, leftLinesTl
|
||||||
|
, [leftStringsHd]
|
||||||
|
, [leftLinesHd]
|
||||||
|
)
|
||||||
end)
|
end)
|
||||||
else if prevIdx < finish then
|
else if prevIdx < finish then
|
||||||
if prevIdx > start then
|
if prevIdx > start then
|
||||||
|
|||||||
Reference in New Issue
Block a user