🐛 Fixed problem when importing flatten components

This commit is contained in:
alonso.torres 2021-07-07 10:56:54 +02:00
parent 028e1d63a3
commit 1b44fe8fec
3 changed files with 3 additions and 1 deletions

View file

@ -190,7 +190,7 @@
(dissoc :stroke-color-ref-id :stroke-color-ref-file)
(not= file-id (get-component-ref-file objects shape))
(dissoc :component-file :component-file :shape-ref :component-root)
(dissoc :component-id :component-file :shape-ref :component-root?)
(= :text (:type shape))
(update :content detach-text)))