diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6fcf0928346..373a53f5c6c 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -391,6 +391,7 @@ void EditorNode::shortcut_input(const Ref &p_event) { } if (ED_IS_SHORTCUT("editor/filter_files", p_event)) { FileSystemDock::get_singleton()->focus_on_filter(); + get_tree()->get_root()->set_input_as_handled(); } if (ED_IS_SHORTCUT("editor/editor_2d", p_event)) {