mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🐛 Fix problem with plugin data null values (#5696)
This commit is contained in:
parent
31145f2805
commit
407b664910
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@
|
|||
(letfn [(update-fn [data]
|
||||
(if (some? value)
|
||||
(assoc-in data [:plugin-data namespace key] value)
|
||||
(update-in data [:plugin-data namespace] dissoc key)))]
|
||||
(d/update-in-when data [:plugin-data namespace] dissoc key)))]
|
||||
|
||||
(case object-type
|
||||
:file
|
||||
|
|
Loading…
Add table
Reference in a new issue