diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-07-16 14:46:44 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-07-16 14:46:44 -0400 |
commit | 189bb0ffd14fb0b8db0edbe813efe19f143a30fd (patch) | |
tree | e84c723a54515e46a707a6a6f82cc62521339541 | |
parent | c6b933c6e89d5f438c434e8676cce9a6a577edbc (diff) |
shes fixed
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 661c9c10b..0b2d792e0 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -94,6 +94,7 @@ export class SearchBox extends React.Component { this._results = []; this._isSearch = []; this._visibleElements = []; + FilterBox.Instance.closeFilter(); //if there is no query there should be no result if (query === "") { |