mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🐛 Fix incorrect assignation of plugin data on page data structure
This commit is contained in:
parent
4f84e77b10
commit
ea6a1c05fa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue