mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
📎 Add documentation assert on add-flow event impl
This commit is contained in:
parent
72937ba091
commit
cc9546dd1b
@ -27,6 +27,11 @@
|
||||
|
||||
(defn add-flow
|
||||
[starting-frame]
|
||||
|
||||
(dm/assert!
|
||||
"expect uuid"
|
||||
(uuid? starting-frame))
|
||||
|
||||
(ptk/reify ::add-flow
|
||||
ptk/WatchEvent
|
||||
(watch [it state _]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user