parent
4bd46d9f1c
commit
c8a8b9fdc0
|
@ -147,9 +147,10 @@
|
||||||
window-width (reagent/atom 0)]
|
window-width (reagent/atom 0)]
|
||||||
{:component-will-mount
|
{:component-will-mount
|
||||||
(fn []
|
(fn []
|
||||||
(if (:connected? status-properties)
|
(when anim-translate-y
|
||||||
(animation/set-value anim-translate-y neg-connectivity-bar-height)
|
(if (:connected? status-properties)
|
||||||
(animation/set-value anim-translate-y 0)))}
|
(animation/set-value anim-translate-y neg-connectivity-bar-height)
|
||||||
|
(animation/set-value anim-translate-y 0))))}
|
||||||
(let [{:keys [loading-indicator?]} status-properties]
|
(let [{:keys [loading-indicator?]} status-properties]
|
||||||
[react/view {:style {:align-items :stretch
|
[react/view {:style {:align-items :stretch
|
||||||
:z-index 1}
|
:z-index 1}
|
||||||
|
|
Loading…
Reference in New Issue