From 28b0ee73514abcd8df052226f07b0744a650ac4f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 25 Jun 2016 17:00:51 +0300 Subject: [PATCH] Cosmetic change on lense declaration on colorpicker (workspace). --- src/uxbox/main/ui/workspace/colorpicker.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}]