Skip to content

Commit

Permalink
update > refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jun 28, 2016
1 parent e170425 commit d0c2b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0c2b89

Please sign in to comment.