Merge branch 'astudentinearth-astudentinearth-change-radius-tooltips' into staging

This commit is contained in:
Alejandro Alonso 2023-06-27 10:53:09 +02:00
commit af114ee9d0
29 changed files with 457 additions and 75 deletions

View file

@ -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}]