Skip to content

Commit 07e1e8b

Browse files
authored
Update borders on template reuse. (microsoft#209577)
1 parent a64b518 commit 07e1e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/workbench/contrib/notebook/browser/diff/diffComponents.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ abstract class SingleSideDiffElement extends AbstractElementRenderer {
752752
);
753753
this.cell = cell;
754754
this.templateData = templateData;
755+
756+
this.updateBorders();
755757
}
756758

757759
init() {
@@ -1243,6 +1245,8 @@ export class ModifiedElement extends AbstractElementRenderer {
12431245
this.cell = cell;
12441246
this.templateData = templateData;
12451247
this._editorViewStateChanged = false;
1248+
1249+
this.updateBorders();
12461250
}
12471251

12481252
init() { }

0 commit comments

Comments
 (0)