fix: scroll to top when switch to a new page

Resolved #632
This commit is contained in:
Tienson Qin
2020-11-24 21:50:39 +08:00
parent 0d6856d234
commit 89c807c2a7
3 changed files with 11 additions and 6 deletions

View File

@@ -81,8 +81,9 @@
(defn scroll-and-highlight!
[state]
(when-let [fragment (util/get-fragment)]
(highlight-element! fragment))
(if-let [fragment (util/get-fragment)]
(highlight-element! fragment)
(util/scroll-to-top))
state)
(defn add-style-if-exists!