mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 08:08:27 +00:00
🐛 Fix paths rendered initially ony in tile 0 0
This commit is contained in:
parent
580bb46a05
commit
1882efe3f7
@ -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…
x
Reference in New Issue
Block a user