Skip to content

Commit d621ef9

Browse files
committed
changelog
1 parent e73411b commit d621ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Fixed height of auto container which contains auto height children https://github.com/Textualize/textual/pull/5552
1414
- Fixed `Content.from_markup` not stripping control codes https://github.com/Textualize/textual/pull/5557
1515
- Fixed `delta_x` and `delta_y` in mouse events when smooth scrolling is enabled https://github.com/Textualize/textual/pull/5556
16-
- Fixed detection of smooth scrolling
16+
- Fixed detection of smooth scrolling https://github.com/Textualize/textual/pull/5558
1717

1818
### Added
1919

2020
- Added `pointer_x`, `pointer_y`, `pointer_screen_x`, and `pointer_screen_y` attributes to mouse events https://github.com/Textualize/textual/pull/5556
2121

2222
### Changed
2323

24-
- Animating the scrollbar while dragging is disabled if smooth scrolling is available
24+
- Animating the scrollbar while dragging is disabled if smooth scrolling is available https://github.com/Textualize/textual/pull/5558
2525

2626
## [2.0.4] - 2025-02-17
2727

0 commit comments

Comments
 (0)