From 0b7705c3cd030c9478b4b05c7a3c521e4e403f70 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 18 Jan 2023 13:21:51 +0000 Subject: [PATCH] Update CHANGELOG.md regarding DataTable cursor reset origin fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2331f5d23..fc6ba7e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Behavior of widget `Input` when rendering after programmatic value change and related scenarios https://github.com/Textualize/textual/issues/1477 https://github.com/Textualize/textual/issues/1443 - `DataTable.show_cursor` now correctly allows cursor toggling https://github.com/Textualize/textual/pull/1547 - Fixed cursor not being visible on `DataTable` mount when `fixed_columns` were used https://github.com/Textualize/textual/pull/1547 +- Fixed `DataTable` cursors not resetting to origin on `clear()` https://github.com/Textualize/textual/pull/1601 - Fixed TextLog wrapping issue https://github.com/Textualize/textual/issues/1554 - Fixed issue with TextLog not writing anything before layout https://github.com/Textualize/textual/issues/1498