From cf950c426f0eadaaf10e46dbac581240fc189b75 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 20 Feb 2024 10:17:15 +0100 Subject: [PATCH] :bug: Fix unexpected exception on copy/paste The exception is caused by a regression introduced in the refactor of migrations. --- frontend/src/app/main/data/workspace.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/workspace.cljs b/frontend/src/app/main/data/workspace.cljs index 0249bf2ca..31c2f20be 100644 --- a/frontend/src/app/main/data/workspace.cljs +++ b/frontend/src/app/main/data/workspace.cljs @@ -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