mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-26 13:35:00 -07:00
fix new-file query completion
This commit is contained in:
@@ -2684,6 +2684,8 @@ DF_VIEW_UI_FUNCTION_DEF(FileSystem)
|
||||
else
|
||||
{
|
||||
DF_CmdParams params = df_cmd_params_from_view(ws, panel, view);
|
||||
params.file_path = query;
|
||||
df_cmd_params_mark_slot(¶ms, DF_CmdParamSlot_FilePath);
|
||||
df_push_cmd__root(¶ms, df_cmd_spec_from_core_cmd_kind(DF_CoreCmdKind_CompleteQuery));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user