mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
🐛 Fix problem with plugin data null values (#5696)
This commit is contained in:
parent
31145f2805
commit
407b664910
@ -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…
x
Reference in New Issue
Block a user