Frame thumbnails

This commit is contained in:
alonso.torres 2021-05-10 12:02:54 +02:00 committed by Andrey Antukh
parent b4351208cc
commit e1dfd91e24
15 changed files with 427 additions and 50 deletions

View file

@ -21,7 +21,7 @@
[props]
(let [childs (unchecked-get props "childs")
shape (unchecked-get props "shape")
{:keys [id x y width height]} shape
{:keys [id width height]} shape
props (-> (merge frame-default-props shape)
(attrs/extract-style-attrs)