mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 22:21:38 +02:00
✨ Improve page options handling.
This commit is contained in:
parent
9c68877328
commit
c8298c72ea
8 changed files with 269 additions and 283 deletions
|
@ -120,9 +120,9 @@
|
|||
;; --- Helpers
|
||||
|
||||
(defn decode-row
|
||||
[{:keys [data metadata operations] :as row}]
|
||||
[{:keys [data metadata changes] :as row}]
|
||||
(when row
|
||||
(cond-> row
|
||||
data (assoc :data (blob/decode data))
|
||||
metadata (assoc :metadata (blob/decode metadata))
|
||||
operations (assoc :operations (blob/decode operations)))))
|
||||
changes (assoc :changes (blob/decode changes)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue