We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64b518 commit 07e1e8bCopy full SHA for 07e1e8b
src/vs/workbench/contrib/notebook/browser/diff/diffComponents.ts
@@ -752,6 +752,8 @@ abstract class SingleSideDiffElement extends AbstractElementRenderer {
752
);
753
this.cell = cell;
754
this.templateData = templateData;
755
+
756
+ this.updateBorders();
757
}
758
759
init() {
@@ -1243,6 +1245,8 @@ export class ModifiedElement extends AbstractElementRenderer {
1243
1245
1244
1246
1247
this._editorViewStateChanged = false;
1248
1249
1250
1251
1252
init() { }
0 commit comments