mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
🐛 Fix invalid frame-id when adding shape to copy
This commit is contained in:
committed by
Andrey Antukh
parent
41287d8fc5
commit
2fc6290c8f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user