mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tweaks and fixes
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Footer
|
||||
|
||||
## Description
|
||||
|
||||
A simple footer widget which is docked to the bottom of its parent container. Displays
|
||||
available keybindings for the currently focused widget.
|
||||
|
||||
@@ -27,7 +25,7 @@ widget. Notice how the `Footer` automatically displays the keybind.
|
||||
## Reactive Attributes
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|-----------------|-------|---------|-----------------------------------------------------------------------------------------------------------|
|
||||
| --------------- | ----- | ------- | --------------------------------------------------------------------------------------------------------- |
|
||||
| `highlight_key` | `str` | `None` | Stores the currently highlighted key. This is typically the key the cursor is hovered over in the footer. |
|
||||
|
||||
## Messages
|
||||
|
||||
Reference in New Issue
Block a user