diff --git a/src/uxbox/main/ui/workspace/colorpicker.cljs b/src/uxbox/main/ui/workspace/colorpicker.cljs index a9c562ca90..604a4ff35f 100644 --- a/src/uxbox/main/ui/workspace/colorpicker.cljs +++ b/src/uxbox/main/ui/workspace/colorpicker.cljs @@ -28,8 +28,8 @@ (defn- focus-shape [id] - (as-> (l/in [:shapes-by-id id]) $ - (l/derive $ st/state))) + (-> (l/in [:shapes-by-id id]) + (l/derive st/state))) (defn- colorpicker-render [own {:keys [x y shape attr] :as opts}]