From ea6a1c05fa73dfd5f5439e6db7b71352d085b36a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 9 Sep 2024 14:34:45 +0200 Subject: [PATCH] :bug: Fix incorrect assignation of plugin data on page data structure --- common/src/app/common/files/changes.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/changes.cljc b/common/src/app/common/files/changes.cljc index f850e8f67..4f8bee8c3 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -751,7 +751,7 @@ (update-fn data) :page - (d/update-in-when data [:pages-index object-id :options] update-fn) + (d/update-in-when data [:pages-index object-id] update-fn) :shape (d/update-in-when data [:pages-index page-id :objects object-id] update-fn)