Skip to content

Commit

Permalink
fix(feature): fix focus method
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau authored Apr 19, 2017
1 parent aef0e24 commit 7485261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/feature/shared/feature.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class FeatureService {
}

focusFeature(feature: Feature) {
this.selectedFeature$.next(feature);
this.focusedFeature$.next(feature);
}

selectFeature(feature: Feature) {
Expand Down

0 comments on commit 7485261

Please sign in to comment.