mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 11:51:38 +02:00
♻️ Ensure a correct usage of concat/into operations.
This commit is contained in:
parent
b897f202dd
commit
6a7600fd52
42 changed files with 461 additions and 383 deletions
|
@ -292,7 +292,7 @@
|
|||
:file-id (:component-file shape)})
|
||||
|
||||
(= :text (:type shape))
|
||||
(d/concat (get-text-refs (:content shape)))))]
|
||||
(into (get-text-refs (:content shape)))))]
|
||||
|
||||
(->> (get-in file [:data :pages-index])
|
||||
(vals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue