Restore scroll position (#15)
This commit is contained in:
parent
5d1f1b452a
commit
3558f52b84
@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Optimized the data management for historical data
|
- Optimized the data management for historical data
|
||||||
- Optimized the exchange rate service
|
- Optimized the exchange rate service
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Restored the scroll position when opening a new page
|
||||||
|
|
||||||
## 0.85.0 - 16.04.2021
|
## 0.85.0 - 16.04.2021
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -81,7 +81,8 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
preloadingStrategy: ModulePreloadService,
|
preloadingStrategy: ModulePreloadService,
|
||||||
// enableTracing: true // <-- debugging purposes only
|
// enableTracing: true // <-- debugging purposes only
|
||||||
relativeLinkResolution: 'legacy'
|
relativeLinkResolution: 'legacy',
|
||||||
|
scrollPositionRestoration: 'enabled'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user