fix: comment out page highlight

This commit is contained in:
Weihua Lu
2021-05-17 16:40:23 +08:00
parent 474772be2a
commit f6310ba436

View File

@@ -208,6 +208,7 @@
;; A page is just a logical block
(rum/defcs page < rum/reactive
#_
{:did-mount (fn [state]
(ui-handler/scroll-and-highlight! state)
state)