Save a word!

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-05-25 14:04:32 +01:00
committed by GitHub
parent 93c3c3652b
commit c69e53f77e

View File

@@ -382,7 +382,7 @@ class SelectionList(Generic[SelectionType], OptionList):
value: The value to toggle. value: The value to toggle.
Returns: Returns:
Always `True`. `True`.
""" """
if value in self._selected: if value in self._selected:
self._deselect(value) self._deselect(value)