mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 08:21:38 +02:00
🐛 Fix invalid frame-id when adding shape to copy
This commit is contained in:
parent
41287d8fc5
commit
2fc6290c8f
2 changed files with 15 additions and 8 deletions
|
@ -980,7 +980,11 @@
|
|||
(:id parent-shape)
|
||||
(get component-page :objects)
|
||||
update-new-shape
|
||||
update-original-shape)
|
||||
update-original-shape
|
||||
nil
|
||||
false
|
||||
nil
|
||||
(:objects container))
|
||||
|
||||
add-obj-change (fn [changes shape']
|
||||
(update changes :redo-changes conj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue