Skip to content

Resolve "On master, inline diff view contains extra `+` and `-` signs"

What does this MR do?

It fixes a problem on the Inline Diff view where we didn't remove the extra +/- anymore as trimFirstCharOfLineContent was doing everything against a clone and returning a new object now, which was not reapplied to the highlightedDiffLines.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #51281 (closed)

Edited by Tim Zallmann

Merge request reports