mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove fat-finger deletion.
This commit is contained in:
@@ -89,7 +89,7 @@ class TreeNode(Generic[TreeDataType]):
|
||||
*,
|
||||
expanded: bool = True,
|
||||
allow_expand: bool = True,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialise the node.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user