mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 11:47:23 +02:00
💄 Minor cosmetic improvements on shapes related namespaces.
This commit is contained in:
parent
ba96edc620
commit
8e81d796f0
9 changed files with 29 additions and 37 deletions
|
@ -16,11 +16,11 @@
|
|||
[uxbox.util.geom.matrix :as gmt]
|
||||
[uxbox.util.geom.point :as gpt]))
|
||||
|
||||
;; --- Rect Component
|
||||
;; --- Rect Wrapper
|
||||
|
||||
(declare rect-shape)
|
||||
|
||||
(mf/defc rect-component
|
||||
(mf/defc rect-wrapper
|
||||
[{:keys [shape] :as props}]
|
||||
(let [selected (mf/deref refs/selected-shapes)
|
||||
selected? (contains? selected (:id shape))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue