mirror of
https://github.com/penpot/penpot.git
synced 2025-07-12 22:47:17 +02:00
🐛 Fix paths rendered initially ony in tile 0 0
This commit is contained in:
parent
580bb46a05
commit
1882efe3f7
1 changed files with 2 additions and 1 deletions
|
@ -728,7 +728,6 @@
|
|||
(set-parent-id parent-id)
|
||||
(set-shape-type type)
|
||||
(set-shape-clip-content clip-content)
|
||||
(set-shape-selrect selrect)
|
||||
(set-constraints-h constraint-h)
|
||||
(set-constraints-v constraint-v)
|
||||
(set-shape-rotation rotation)
|
||||
|
@ -763,6 +762,8 @@
|
|||
(when (ctl/grid-layout? shape)
|
||||
(set-grid-layout shape))
|
||||
|
||||
(set-shape-selrect selrect)
|
||||
|
||||
(let [pending (into [] (concat
|
||||
(set-shape-text id content)
|
||||
(set-shape-fills id fills)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue