标签: angular
当我在RouterModule上将scrollpositionRestoration设置为启用时,Chrome可以很好地工作
scrollpositionRestoration
我希望像chrome一样,它必须先显示先前的组件视图,然后再将滚动位置移动到先前的位置。
但是,在IE中,该选项很奇怪,当我单击后退按钮时,首先滚动位置移动后,会显示以前的组件视图。
我想知道为什么会发生这种情况以及如何解决这个问题。