hjm 5 years ago
parent 1f1a041f6f
commit 48b9615f3c

@ -227,6 +227,7 @@ class App extends Component {
history.listen(() => { history.listen(() => {
this.forceUpdate() this.forceUpdate()
const $ = window.$ const $ = window.$
// https://www.trustie.net/issues/21919 可能会有问题
$("html").animate({ scrollTop: $('html').scrollTop() - 0 }) $("html").animate({ scrollTop: $('html').scrollTop() - 0 })
}); });

Loading…
Cancel
Save