You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Fixed editor help focus issues and input propagation
This commit is contained in:
@@ -649,6 +649,7 @@ void EditorHelp::_class_desc_input(const InputEvent& p_input) {
|
|||||||
class_desc->set_selection_enabled(false);
|
class_desc->set_selection_enabled(false);
|
||||||
class_desc->set_selection_enabled(true);
|
class_desc->set_selection_enabled(true);
|
||||||
}
|
}
|
||||||
|
set_focused();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorHelp::_add_type(const String& p_type) {
|
void EditorHelp::_add_type(const String& p_type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user