💄 Minor cosmetic improvements on shapes related namespaces.

This commit is contained in:
Andrey Antukh 2019-11-26 18:32:00 +01:00
parent ba96edc620
commit 8e81d796f0
9 changed files with 29 additions and 37 deletions

View file

@ -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)))