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:
parent
d6f5d1c2a2
commit
28b0ee7351
1 changed files with 2 additions and 2 deletions
|
@ -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}]
|
||||
|
|
Loading…
Add table
Reference in a new issue