mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 02:38:29 +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
|
@ -24,11 +24,11 @@
|
|||
(-> (l/in [:images id])
|
||||
(l/derive st/state)))
|
||||
|
||||
;; --- Image Component
|
||||
;; --- Image Wrapper
|
||||
|
||||
(declare image-shape)
|
||||
|
||||
(mf/defc image-component
|
||||
(mf/defc image-wrapper
|
||||
[{:keys [shape] :as props}]
|
||||
(let [selected (mf/deref refs/selected-shapes)
|
||||
image (mf/deref (image-ref (:image shape)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue