aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-07-16 16:46:45 -0400
committerGitHub <noreply@github.com>2019-07-16 16:46:45 -0400
commitdcabf9f5d6910b1374460298a57cc72bdaad5fd9 (patch)
tree2e8615a57d758ceff5467da3b166bfbcaf751285 /src/client/views/search/SearchBox.tsx
parent7dfe23b50305a32f14cccca3cea50a1d730e17df (diff)
parentecbae6521dde8e7e973b8d5f4e826746ea21a665 (diff)
Merge pull request #211 from browngraphicslab/search_virt
Search virt
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-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 ba68ccd54..32319d897 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 === "") {