[Inspector] Fix search field losing focus when typing

Fix #19382
This commit is contained in:
Guilherme Felipe 2018-06-05 14:12:01 -03:00
parent 6a69f92370
commit 6676060805

View file

@ -1638,6 +1638,7 @@ void EditorInspector::register_text_enter(Node *p_line_edit) {
void EditorInspector::_filter_changed(const String &p_text) {
_clear();
update_tree();
}