mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 09:08:33 +00:00
Add TODO note on page-persisted event.
This commit is contained in:
parent
c40b4be975
commit
63576ae4f1
@ -173,6 +173,9 @@
|
||||
(defrecord PagePersisted [data]
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
;; TODO: update only the version instead of complete unpacking
|
||||
;; this will improve the application responsiveness when multiple
|
||||
;; updates are performed
|
||||
(assoc-page state data)))
|
||||
|
||||
(defn- page-persisted?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user