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

Commit

Permalink
fix(store): observe patternRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpeschel committed Dec 12, 2017
1 parent ad1d565 commit c0cbacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Store {
@MobX.observable private currentPage?: Page;
@MobX.observable private patternSearchTerm: string;
@MobX.observable private projects: Map<string, Project> = new Map();
private patternRoot: PatternFolder;
@MobX.observable private patternRoot: PatternFolder;
@MobX.observable private selectedElement?: PageElement;
@MobX.observable private styleGuidePath: string;

Expand Down

0 comments on commit c0cbacf

Please sign in to comment.