Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2025-02-27 15:34:39 +01:00
commit c0ccb86e3a

View file

@ -35,5 +35,8 @@
;; Old components can have texts without position data that must be rendered via foreign key ;; Old components can have texts without position data that must be rendered via foreign key
(cond (cond
(some? position-data) [:> svg/text-shape props] (some? position-data)
is-component? [:> fo/text-shape props]))) [:> svg/text-shape props]
(or (nil? position-data) is-component?)
[:> fo/text-shape props])))