Do not unconditionally set `prompt` to `None` in list_manager.py (#3955)

May address issue #3954.
This commit is contained in:
Mintsuki 2025-11-29 01:04:12 +01:00 committed by GitHub
parent 70a6c3499a
commit d7e5dc3692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ class ListManager[ValueT]:
if self._prompt is not None:
prompt = f'{self._prompt}\n\n'
prompt = None
result = SelectMenu[ValueT | str](
group,
header=prompt,