mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 22:34:11 +00:00
🐛 Fix unexpected exception on copy/paste
The exception is caused by a regression introduced in the refactor of migrations.
This commit is contained in:
@@ -1618,7 +1618,7 @@
|
||||
|
||||
file-id (:current-file-id state)
|
||||
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
|
||||
:features features
|
||||
|
||||
Reference in New Issue
Block a user