From ef7254dd454b9e8514af81f26385a7f357b6579b Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Thu, 18 May 2023 18:40:53 +0200 Subject: [PATCH] Improve documentation --- app/src/ui/diff/side-by-side-diff-row.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/ui/diff/side-by-side-diff-row.tsx b/app/src/ui/diff/side-by-side-diff-row.tsx index e3c26cd4c2..40ceba30c3 100644 --- a/app/src/ui/diff/side-by-side-diff-row.tsx +++ b/app/src/ui/diff/side-by-side-diff-row.tsx @@ -482,6 +482,7 @@ export class SideBySideDiffRow extends React.Component< * Renders the line number box. * * @param lineNumbers Array with line numbers to display. + * @param column Column to which the line number belongs. * @param isSelected Whether the line has been selected. * If undefined is passed, the line is treated * as non-selectable. @@ -559,6 +560,7 @@ export class SideBySideDiffRow extends React.Component< * Renders the line number box. * * @param lineNumber Line number to display. + * @param column Column to which the line number belongs. * @param isSelected Whether the line has been selected. * If undefined is passed, the line is treated * as non-selectable.