mirror of
https://github.com/penpot/penpot.git
synced 2025-06-21 18:26:58 +02:00
🐛 Fix duplicate and copy/paste frames internal error
This commit is contained in:
parent
cf2ee435c0
commit
67eb305202
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@
|
||||||
:use-for-thumbnail?)
|
:use-for-thumbnail?)
|
||||||
|
|
||||||
(cond->
|
(cond->
|
||||||
(or group? bool?)
|
(or frame? group? bool?)
|
||||||
(assoc :shapes []))
|
(assoc :shapes []))
|
||||||
|
|
||||||
(gsh/move delta)
|
(gsh/move delta)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue