mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Fix incorrect (irrelevant) docstring
copy/pasted or AI autocompleted
This commit is contained in:
parent
c076a1b5de
commit
cf9eb652a0
2
paint.py
2
paint.py
@ -323,7 +323,7 @@ class CharInput(Input):
|
||||
return value[-1] if value else " "
|
||||
|
||||
def watch_value(self, value: str) -> None:
|
||||
"""Update the cursor position when the value changes."""
|
||||
"""Called when value changes."""
|
||||
# TODO: use a Message instead of accessing the app directly
|
||||
self.app.selected_char = value
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user