Change left and right position for parallel lines.
This commit is contained in:
parent
f6aa91700a
commit
c9f94fec4d
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ window.MergeConflictDataProvider = class MergeConflictDataProvider {
|
|||
|
||||
for (let i = 0, len = linesObj.left.length; i < len; i++) {
|
||||
file.parallelLines.push([
|
||||
linesObj.left[i],
|
||||
linesObj.right[i]
|
||||
linesObj.right[i],
|
||||
linesObj.left[i]
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue