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

Commit

Permalink
fix: update search when importing (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl authored and tilmx committed May 31, 2018
1 parent 5b62dc1 commit a9874cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/pattern-library/pattern-library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ export class PatternLibrary {
patternLibrary.getRoot().addChild(folder);
patternLibrary.setState(Types.PatternLibraryState.Connected);
patternLibrary.setBundle(analysis.bundle);

patternLibrary.updateSearch();

return patternLibrary;
}

Expand Down

0 comments on commit a9874cc

Please sign in to comment.