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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Fixed
11
11
12
12
- Static and Label now accept Content objects, satisfying type checkers https://github.com/Textualize/textual/pull/5618
13
+
- Fixed click selection not being disabled when allow_select was set to false https://github.com/Textualize/textual/issues/5627
14
+
- Fixed crash on clicking line API border https://github.com/Textualize/textual/pull/5641
13
15
14
16
### Added
15
17
16
18
- Added Widget.preflight_checks to perform some debug checks after a widget is instantiated, to catch common errors. https://github.com/Textualize/textual/pull/5588
17
19
18
-
### Fixed
19
-
20
-
- Fixed click selection not being disabled when allow_select was set to false https://github.com/Textualize/textual/issues/5627
0 commit comments