Skip to content

Commit

Permalink
Fixes #198814
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Nov 22, 2023
1 parent ead6353 commit 823d54f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ export class DiffEditorWidget extends DelegatingEditor implements IDiffEditor {
revert(diff: DetailedLineRangeMapping): void {
if (diff.innerChanges) {
this.revertRangeMappings(diff.innerChanges);
return;
}

const model = this._diffModel.get()?.model;
Expand Down

0 comments on commit 823d54f

Please sign in to comment.