We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97cc19 commit 0c78154Copy full SHA for 0c78154
src/textual/widgets/_text_area.py
@@ -376,8 +376,8 @@ class TextArea(ScrollView):
376
show_cursor: Reactive[bool] = reactive(True)
377
"""Show the cursor in read only mode?
378
379
- If `False`, the cursor will be visible when `read_only==True`.
380
- If `True`, the cursor will not be visible when `read_only==True`, and the TextArea may be
+ If `True`, the cursor will be visible when `read_only==True`.
+ If `False`, the cursor will be hidden when `read_only==True`, and the TextArea will
381
scroll like other containers.
382
383
"""
0 commit comments