Fix EditMenu input text (#2855)

This commit is contained in:
codefiles 2024-11-17 15:18:42 -05:00 committed by GitHub
parent 5aa73a5edc
commit fad97e8465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ class EditMenu(AbstractCurses):
self._last_state: Result | None = None
self._help_active = False
self._real_input = ""
self._real_input = default_text or ""
def _init_viewports(self) -> None:
y_offset = 0