mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 22:56:10 +02:00
Merge branch 'astudentinearth-astudentinearth-change-radius-tooltips' into staging
This commit is contained in:
commit
af114ee9d0
29 changed files with 457 additions and 75 deletions
|
@ -62,9 +62,9 @@
|
|||
|
||||
(defn render
|
||||
"Renders a thumbnail."
|
||||
[{:keys [data styles] :as params}]
|
||||
[{:keys [data styles width] :as params}]
|
||||
(let [id (dm/str (uuid/next))
|
||||
payload #js {:data data :styles styles}
|
||||
payload #js {:data data :styles styles :width width}
|
||||
message #js {:id id
|
||||
:scope "penpot/thumbnail-renderer"
|
||||
:payload payload}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue