From 48b9615f3ca8a1918190fde88f7534ab15b60331 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Thu, 4 Jul 2019 15:56:11 +0800 Subject: [PATCH] =?UTF-8?q?https://www.trustie.net/issues/21919=20?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E4=BC=9A=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/App.js b/public/react/src/App.js index 85267a4e6..f7530989e 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -227,6 +227,7 @@ class App extends Component { history.listen(() => { this.forceUpdate() const $ = window.$ + // https://www.trustie.net/issues/21919 可能会有问题 $("html").animate({ scrollTop: $('html').scrollTop() - 0 }) });