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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,14 @@ 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
15
+
13
16
14
17
### Added
15
18
16
19
- 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
20
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