mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
commit
db81ef92b5
@ -92,7 +92,7 @@ void EditorHelpSearch::_update_search() {
|
||||
|
||||
DocData *doc=EditorHelp::get_doc_data();
|
||||
String term = search_box->get_text();
|
||||
if (term.length()<3)
|
||||
if (term.length()<2)
|
||||
return;
|
||||
|
||||
TreeItem *root = search_options->create_item();
|
||||
|
Loading…
Reference in New Issue
Block a user