Update borders on template reuse. (#209577)

This commit is contained in:
Peng Lyu
2024-04-04 23:49:52 +02:00
committed by GitHub
parent a64b5181b7
commit 07e1e8bba0
@@ -752,6 +752,8 @@ abstract class SingleSideDiffElement extends AbstractElementRenderer {
);
this.cell = cell;
this.templateData = templateData;
this.updateBorders();
}
init() {
@@ -1243,6 +1245,8 @@ export class ModifiedElement extends AbstractElementRenderer {
this.cell = cell;
this.templateData = templateData;
this._editorViewStateChanged = false;
this.updateBorders();
}
init() { }