Fix Html5History missing fragment on initial load

This commit is contained in:
Juho Teperi 2023-05-04 15:05:27 +03:00
parent 526bac39c2
commit b9f189b3f7

View file

@ -132,7 +132,8 @@
nil) nil)
(-get-path [this] (-get-path [this]
(str (.. js/window -location -pathname) (str (.. js/window -location -pathname)
(.. js/window -location -search))) (.. js/window -location -search)
(.. js/window -location -hash)))
(-href [this path] (-href [this path]
path)) path))