mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a copy/pasteo
This commit is contained in:
@@ -149,7 +149,7 @@ class SelectionList(Generic[SelectionType], OptionList):
|
|||||||
"""
|
"""
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.selection_list: SelectionList[MessageSelectionType] = selection_list
|
self.selection_list: SelectionList[MessageSelectionType] = selection_list
|
||||||
"""The option list that sent the message."""
|
"""The selection list that sent the message."""
|
||||||
self.selection: Selection[
|
self.selection: Selection[
|
||||||
MessageSelectionType
|
MessageSelectionType
|
||||||
] = selection_list.get_option_at_index(index)
|
] = selection_list.get_option_at_index(index)
|
||||||
|
|||||||
Reference in New Issue
Block a user