diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 531aa2f9dc2..a6f159ce346 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -1638,6 +1638,7 @@ void EditorInspector::register_text_enter(Node *p_line_edit) { void EditorInspector::_filter_changed(const String &p_text) { + _clear(); update_tree(); }