mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 05:17:17 +02:00
🐛 Fix problem when exporting html texts
This commit is contained in:
parent
6f2f2291c2
commit
4b846b17f0
3 changed files with 17 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue