0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

Cosmetic change on lense declaration on colorpicker (workspace).

This commit is contained in:
Andrey Antukh 2016-06-25 17:00:51 +03:00
parent d6f5d1c2a2
commit 28b0ee7351
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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}]