diff --git a/src/renderer/src/editor.tsx b/src/renderer/src/editor.tsx index f1e1245..e726417 100644 --- a/src/renderer/src/editor.tsx +++ b/src/renderer/src/editor.tsx @@ -368,7 +368,7 @@ export function SplitView({ path, onClose, onContext }: {
Original before
sync(leftRef.current, rightRef.current)} onContextMenu={ctx}> {diff.split.map((row, i) => ( -
+
{row.l ? row.l.no : ''}
@@ -379,7 +379,7 @@ export function SplitView({ path, onClose, onContext }: {
Updated after
sync(rightRef.current, leftRef.current)} onContextMenu={ctx}> {diff.split.map((row, i) => ( -
+
{row.r ? row.r.no : ''}