diff --git a/editor/editor_command_palette.cpp b/editor/editor_command_palette.cpp index f40307712d41..a83ceb5f8605 100644 --- a/editor/editor_command_palette.cpp +++ b/editor/editor_command_palette.cpp @@ -207,6 +207,7 @@ void EditorCommandPalette::open_popup() { if (was_showed) { popup(prev_rect); } else { + _update_command_search(String()); popup_centered_clamped(Size2(600, 440) * EDSCALE, 0.8f); }