Skip to content

Commit

Permalink
🔀 Merge pull request #21 from davep/show-palette-in-editor
Browse files Browse the repository at this point in the history
Show command palette help in the editor's footer
  • Loading branch information
davep authored Feb 17, 2025
2 parents 05e289b + 3212f31 commit 9f05488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hike/editor/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def compose(self) -> ComposeResult:
"""Compose the screen."""
yield Header()
yield TextArea.code_editor(language="markdown")
yield Footer(show_command_palette=False)
yield Footer()

def on_mount(self) -> None:
"""Configure the screen when the DOM is mounted."""
Expand Down

0 comments on commit 9f05488

Please sign in to comment.