1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

fix search repo press enter (#7555)

This commit is contained in:
Michael An 2025-03-05 10:03:33 +08:00 committed by GitHub
parent e551580e67
commit 4a4d28222b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,6 +280,7 @@ class Search extends Component {
} }
this.onItemClickHandler(item); this.onItemClickHandler(item);
} }
return;
} }
} }
if (!this.state.isResultGotten) { if (!this.state.isResultGotten) {