Fixes outdated diff lines returning incorrect results
The outdated diff lines service will sometimes return incorrect results if the commented line number no longer exists in the diff. So instead we find the old diff line and then find the _next_ new or unchanged line and use that as the index to display the correct diff.
Showing
Please register or sign in to comment