Skip to content
  • Phil Hughes's avatar
    Fix merge request suggestions adding incorrect `+` · dd2d4c45
    Phil Hughes authored
    Fixes a bug where if you add a suggestion on the changes tab and then
    switch to the overview tab, click reply and add a new suggestion it
    will add an invalid `+` symbol at the start.
    This happens because we don't call `prepareDiffLines` when a new note is added,
    only when notes are fetched.
    
    #454227
    dd2d4c45