mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
Update borders on template reuse. (#209577)
This commit is contained in:
@@ -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() { }
|
||||
|
||||
Reference in New Issue
Block a user