mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
Merge branch '12.0'
This commit is contained in:
@@ -327,7 +327,9 @@ class Search extends Component {
|
||||
};
|
||||
|
||||
onItemClickHandler = (item) => {
|
||||
this.resetToDefault();
|
||||
if (item.is_dir === true) {
|
||||
this.resetToDefault();
|
||||
}
|
||||
this.keepVisitedItem(item);
|
||||
this.props.onSearchedClick(item);
|
||||
};
|
||||
|
Reference in New Issue
Block a user