fix(wcc-dashboard): Prevent duplicate application of scroll positions in dashboard to avoid interfering with user scrolling
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-06-26 - 1.0.100 - fix(wcc-dashboard)
|
||||
Prevent duplicate application of scroll positions in dashboard to avoid interfering with user scrolling
|
||||
|
||||
- Added a private 'scrollPositionsApplied' property to track if scroll positions have already been applied
|
||||
- Introduced a guard in the applyScrollPositions method to ensure the scroll state is applied only once
|
||||
|
||||
## 2025-06-26 - 1.0.99 - fix(dashboard)
|
||||
Fix scroll state preservation in dashboard by tracking frame and sidebar scroll positions and updating the URL accordingly.
|
||||
|
||||
|
Reference in New Issue
Block a user