🐛 Fix incorrect assignation of plugin data on page data structure

This commit is contained in:
Andrey Antukh 2024-09-09 14:34:45 +02:00 committed by Alonso Torres
parent 4f84e77b10
commit ea6a1c05fa

View file

@ -751,7 +751,7 @@
(update-fn data) (update-fn data)
:page :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 :shape
(d/update-in-when data [:pages-index page-id :objects object-id] update-fn) (d/update-in-when data [:pages-index page-id :objects object-id] update-fn)