mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
update > refresh
This commit is contained in:
@@ -190,7 +190,7 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
|
||||
private onExtensionsReady(): void {
|
||||
|
||||
// Up to date title areas
|
||||
POSITIONS.forEach(position => this.titleAreaControl[position].refresh());
|
||||
POSITIONS.forEach(position => this.titleAreaControl[position].update());
|
||||
}
|
||||
|
||||
private onStacksChanged(e: IStacksModelChangeEvent): void {
|
||||
|
||||
Reference in New Issue
Block a user