mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
Add TODO note on page-persisted event.
This commit is contained in:
parent
c40b4be975
commit
63576ae4f1
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue