🐛 Fix problem when exporting html texts

This commit is contained in:
alonso.torres 2024-03-25 15:35:04 +01:00
parent 6f2f2291c2
commit 4b846b17f0
3 changed files with 17 additions and 16 deletions

View file

@ -207,7 +207,7 @@ body {
(let [properties
(case (:type node)
(:root "root")
(sts/generate-root-styles shape node)
(sts/generate-root-styles shape node true)
(:paragraph-set "paragraph-set")
(sts/generate-paragraph-set-styles shape)