mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 01:07:17 +02: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
|
(defn- focus-shape
|
||||||
[id]
|
[id]
|
||||||
(as-> (l/in [:shapes-by-id id]) $
|
(-> (l/in [:shapes-by-id id])
|
||||||
(l/derive $ st/state)))
|
(l/derive st/state)))
|
||||||
|
|
||||||
(defn- colorpicker-render
|
(defn- colorpicker-render
|
||||||
[own {:keys [x y shape attr] :as opts}]
|
[own {:keys [x y shape attr] :as opts}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue