1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

press submit btn then collapse advanced-search

This commit is contained in:
Michael An
2019-05-15 17:52:31 +08:00
parent 126a61b784
commit 1e96ce74e1

View File

@@ -112,6 +112,7 @@ class SearchViewPanel extends React.Component {
const params = this.handleSearchParams(1);
this.getSearchResults(params);
}
if (this.state.isCollapseOpen) this.setState({ isCollapseOpen: false });
};
compareNumber = (num1, num2) => {