Skip to content

Commit

Permalink
Merge pull request #157 from DivergentEuropeans/feature/close-all
Browse files Browse the repository at this point in the history
Re-evaluate Editor div after opening file
  • Loading branch information
DivergentEuropeans authored Jun 29, 2020
2 parents 4673c88 + 85d5ba7 commit 8452927
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class CodeEditorComponent implements OnInit, OnDestroy {
//respond to the request to open
this.editorControl.openFileEmitter.subscribe((fileNode: ProjectStructure) => {
this.openFile(fileNode);
this.editorControl.editor.getValue().layout();
});

this.editorControl.openFileList.subscribe((list: ProjectContext[]) => {
Expand Down

0 comments on commit 8452927

Please sign in to comment.