Skip to content

Commit a9f242e

Browse files
ujas-m-simformsolutionsPRBaraiya
authored andcommitted
fix:🐛 Resizing the window automatically scrolls the page to the top
1 parent 0085c3d commit a9f242e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
v3.32.4. [#478](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/478)
2121
- Updated `README.md` to use documentation
2222
website. [#469](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/pull/469)
23+
- Fixed resizing the window automatically scrolls the page to the top in
24+
example app. [#480](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/issues/480)
2325

2426
# [1.4.0 - 7 Jan 2025](https://github.com/SimformSolutionsPvtLtd/flutter_calendar_view/tree/1.4.0)
2527

example/lib/pages/web/web_home_page.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class _WebHomePageState extends State<WebHomePage> {
4444
MediaQuery.of(context).size.height),
4545
),
4646
child: CalendarViews(
47-
key: ValueKey(MediaQuery.of(context).size.width),
4847
view: _selectedView,
4948
),
5049
),

0 commit comments

Comments
 (0)