File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717- Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732
1818- Fixed issues with OptionList scrollbar not updating https://github.com/Textualize/textual/pull/5736
1919- Fixed allow_focus method not overriding ` can_focus() ` https://github.com/Textualize/textual/pull/5737
20- - Fixed overlap of Input / TextArea selection with arbitrary text selection
20+ - Fixed overlap of Input / TextArea selection with arbitrary text selection https://github.com/Textualize/textual/pull/5739
2121
2222### Changed
2323
@@ -30,8 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030
3131- Added ` TEXTUAL_DIM_FACTOR ` env var to set the opacity of the 'dim' ANSI attribute https://github.com/Textualize/textual/pull/5715
3232- ` notify() ` now accepts a ` markup ` parameter to disable rendering the message as markup https://github.com/Textualize/textual/pull/5719
33- - Added ` Screen.text_selection_started_signal `
34- - Added ` App.clear_selection() ` method to clear arbitrary text selection
33+ - Added ` Screen.text_selection_started_signal ` https://github.com/Textualize/textual/pull/5739
34+ - Added ` App.clear_selection() ` helper method to clear arbitrary text selection of active screen https://github.com/Textualize/textual/pull/5739
3535
3636## [ 3.0.1] - 2025-04-01
3737
You can’t perform that action at this time.
0 commit comments