superfluous
This commit is contained in:
parent
93c1cd3fba
commit
3072e7cf3b
1 changed files with 0 additions and 1 deletions
|
|
@ -1122,7 +1122,6 @@ class CommandPalette(SystemModalScreen[None]):
|
|||
)
|
||||
yield Content.from_rich_text(hit.help).stylize_before(help_style)
|
||||
|
||||
prompt = list(build_prompt())[0]
|
||||
prompt = Content("\n").join(build_prompt())
|
||||
|
||||
gathered_commands.append(Command(prompt, hit, id=str(command_id)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue