Browse Source

reorder fix

Konstantinos Kaloutas 2 years ago
parent
commit
6ce6b1933c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/handler/page.cljs

+ 1 - 0
src/main/frontend/handler/page.cljs

@@ -662,6 +662,7 @@
                          (concat (drop-last prev) [from (last prev)] next)
                          (concat (drop-last prev) [from (last prev)] next)
                          (concat prev [from] next))
                          (concat prev [from] next))
                        (remove nil?)
                        (remove nil?)
+                       (mapv util/safe-page-name-sanity-lc)
                        distinct
                        distinct
                        vec)]
                        vec)]
         (config-handler/set-config! :favorites favorites)))))
         (config-handler/set-config! :favorites favorites)))))