mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #5680 from pthebaul/patch-1
Fixed typo in the Tree widget bindings' docs
This commit is contained in:
@@ -553,7 +553,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
|
|||||||
| Key(s) | Description |
|
| Key(s) | Description |
|
||||||
| :- | :- |
|
| :- | :- |
|
||||||
| enter | Select the current item. |
|
| enter | Select the current item. |
|
||||||
| space | Toggle the expand/collapsed space of the current item. |
|
| space | Toggle the expand/collapsed state of the current item. |
|
||||||
| up | Move the cursor up. |
|
| up | Move the cursor up. |
|
||||||
| down | Move the cursor down. |
|
| down | Move the cursor down. |
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user