Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: propagate hasFocusedInput correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Sep 10, 2018
1 parent cc35515 commit a2bc26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/alva-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class AlvaApp {
this.panes = init.panes;
this.searchTerm = init.searchTerm;
this.state = init.state;
this.hasFocusedInput = init.hasFocusedInput;
init.paneSizes.forEach(paneSize => this.setPaneSize(paneSize));
}
}
Expand Down

0 comments on commit a2bc26e

Please sign in to comment.