mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 09:36:13 +02:00
🐛 Fix problem with absolutes inside grid
This commit is contained in:
parent
f8dd86da34
commit
52c849ce4b
10 changed files with 57 additions and 46 deletions
|
@ -70,7 +70,7 @@
|
|||
update-layout-ids
|
||||
(->> ids
|
||||
(map (d/getf objects))
|
||||
(filter #(some update-layout-attr? (pcb/changed-attrs % update-fn {:attrs attrs})))
|
||||
(filter #(some update-layout-attr? (pcb/changed-attrs % objects update-fn {:attrs attrs})))
|
||||
(map :id))
|
||||
|
||||
changes (reduce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue