mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 18:47:19 +02:00
🐛 Fixed problems with resize texts
This commit is contained in:
parent
4a5a5b1081
commit
a71a7d6951
17 changed files with 149 additions and 116 deletions
|
@ -28,7 +28,7 @@
|
|||
group-props (-> (obj/clone props)
|
||||
(obj/without ["shape" "children"])
|
||||
(obj/set! "id" (str "shape-" (:id shape)))
|
||||
(obj/set! "className" "shape")
|
||||
(obj/set! "className" (str "shape " (:type shape)))
|
||||
(obj/set! "filter" (filters/filter-str filter-id shape)))]
|
||||
[:& (mf/provider muc/render-ctx) {:value render-id}
|
||||
[:> :g group-props
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue