aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-16 14:46:44 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-16 14:46:44 -0400
commit189bb0ffd14fb0b8db0edbe813efe19f143a30fd (patch)
treee84c723a54515e46a707a6a6f82cc62521339541 /src
parentc6b933c6e89d5f438c434e8676cce9a6a577edbc (diff)
shes fixed
Diffstat (limited to 'src')
-rw-r--r--src/client/views/search/SearchBox.tsx1
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 === "") {