You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TextArea cursor being visible before it has focus for first time (#4128)
* Fix TextArea cursor being visible before it has focus
* Ensure cursor blink reactive can be toggled when the widget does and does not have focus, and responds correctly
* Update the CHANGELOG
* Update snapshots
* Update command palette snapshot
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Fixed a crash in the TextArea when performing a backward replace https://github.com/Textualize/textual/pull/4126
18
18
- Fixed selection not updating correctly when pasting while there's a non-zero selection https://github.com/Textualize/textual/pull/4126
19
19
- Breaking change: `TextArea` will not use `Escape` to shift focus if the `tab_behaviour` is the default https://github.com/Textualize/textual/issues/4110
20
+
-`TextArea` cursor will now be invisible before first focus https://github.com/Textualize/textual/pull/4128
21
+
- Fix toggling `TextArea.cursor_blink` reactive when widget does not have focus https://github.com/Textualize/textual/pull/4128
0 commit comments