mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 14:06:39 +02:00
✨ Minor fix on previous commit.
This commit is contained in:
parent
a3eb5e2928
commit
f47bb6bcd0
2 changed files with 6 additions and 20 deletions
|
@ -20,8 +20,8 @@
|
|||
:font-weight "400",
|
||||
:font-style "normal",
|
||||
:text text}]}]}]}]
|
||||
(cljs.pprint/pprint (txt/convert-to-draft content))
|
||||
(cljs.pprint/pprint (txt/convert-from-draft (txt/convert-to-draft content)))
|
||||
;; (cljs.pprint/pprint (txt/convert-to-draft content))
|
||||
;; (cljs.pprint/pprint (txt/convert-from-draft (txt/convert-to-draft content)))
|
||||
(t/is (= (txt/convert-from-draft (txt/convert-to-draft content))
|
||||
content))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue