ABenassi87 / ngx-text-diff

A Text Diff component for Angular
https://ngx-text-diff.herokuapp.com/home
50 stars 44 forks source link

Line numbers are incorrect #8

Closed paustint closed 5 years ago

paustint commented 5 years ago

@ABenassi87 - it looks like the line numbers are not being calculated accurately.

Guess of problem: It seems like you remove all blank lines which makes it so the line numbers do not match up with the original. I would recommend to keep the blank lines if possible, or at least make sure the line number count honors them, even if the line numbers the user sees are not contiguous.

image