From a3927841a32e7978f07222ffcfb69c4adeef4f03 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 29 Sep 2025 17:32:56 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e79bbba6..fb0a39404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed visual glitches and crash when changing `DataTable.header_height` https://github.com/Textualize/textual/pull/6128 - Fixed TextArea.placeholder not handling multi-lines https://github.com/Textualize/textual/pull/6138 - Fixed issue with RichLog when App.theme is set early https://github.com/Textualize/textual/pull/6141 -- Fixed children of collapsible not being focusable after collapsible is expanded +- Fixed children of collapsible not being focusable after collapsible is expanded https://github.com/Textualize/textual/pull/6143 ## [6.1.0] - 2025-08-01