Fix drag-based selection on unified diffs for added lines

This commit is contained in:
Sergio Padrino 2023-11-06 11:53:25 +01:00
parent 555274f881
commit 13618926ba

View file

@ -650,7 +650,7 @@ export class SideBySideDiff extends React.Component<
data: this.getRowDataPopulated(
row.data,
numRow,
this.props.showSideBySideDiff ? DiffColumn.After : DiffColumn.Before,
DiffColumn.After,
this.state.afterTokens
),
}