🐛 Fixed problems with resize texts

This commit is contained in:
alonso.torres 2020-12-03 22:29:47 +01:00
parent 4a5a5b1081
commit a71a7d6951
17 changed files with 149 additions and 116 deletions

View file

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