mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
Merge pull request #4170 from penpot/niwinz-staging-bugfix-2
🐛 Fix unexpected exception on copy/paste
This commit is contained in:
commit
6fdefe69ec
1 changed files with 1 additions and 1 deletions
|
@ -1618,7 +1618,7 @@
|
||||||
|
|
||||||
file-id (:current-file-id state)
|
file-id (:current-file-id state)
|
||||||
frame-id (cfh/common-parent-frame objects selected)
|
frame-id (cfh/common-parent-frame objects selected)
|
||||||
version (dm/get-in state [:workspace-data :version])
|
version (dm/get-in state [:workspace-file :version])
|
||||||
|
|
||||||
initial {:type :copied-shapes
|
initial {:type :copied-shapes
|
||||||
:features features
|
:features features
|
||||||
|
|
Loading…
Add table
Reference in a new issue