Skip to content

Commit

Permalink
Update borders on template reuse. (#209577)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Apr 4, 2024
1 parent a64b518 commit 07e1e8b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ abstract class SingleSideDiffElement extends AbstractElementRenderer {
);
this.cell = cell;
this.templateData = templateData;

this.updateBorders();
}

init() {
Expand Down Expand Up @@ -1243,6 +1245,8 @@ export class ModifiedElement extends AbstractElementRenderer {
this.cell = cell;
this.templateData = templateData;
this._editorViewStateChanged = false;

this.updateBorders();
}

init() { }
Expand Down

0 comments on commit 07e1e8b

Please sign in to comment.