mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 00:36:37 +02:00
🚧 Initial work on ops based page data updates.
This commit is contained in:
parent
5b96e1e9fd
commit
db768f356b
5 changed files with 94 additions and 44 deletions
|
@ -82,6 +82,9 @@
|
|||
"A marker protocol for mark events that alters the
|
||||
page and is subject to perform a backend synchronization.")
|
||||
|
||||
(defprotocol IPageOps
|
||||
(-ops [_] "Get a list of ops for the event."))
|
||||
|
||||
(defn page-update?
|
||||
[o]
|
||||
(or (satisfies? IPageDataUpdate o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue