Fixed editor help focus issues and input propagation
(cherry picked from commit eb14373d69
)
This commit is contained in:
parent
a94f6108a9
commit
13d3d217b1
|
@ -648,6 +648,7 @@ void EditorHelp::_class_desc_input(const InputEvent& p_input) {
|
|||
class_desc->set_selection_enabled(false);
|
||||
class_desc->set_selection_enabled(true);
|
||||
}
|
||||
set_focused();
|
||||
}
|
||||
|
||||
void EditorHelp::_add_type(const String& p_type) {
|
||||
|
|
Loading…
Reference in New Issue