mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🐛 Minor improvements on file-created event (frontend).
This commit is contained in:
parent
8eacf738c2
commit
e5afeccadf
1 changed files with 2 additions and 1 deletions
|
@ -626,7 +626,8 @@
|
|||
(us/verify ::file file)
|
||||
(ptk/reify ::file-created
|
||||
IDeref
|
||||
(-deref [_] file)
|
||||
(-deref [_] {:file-id id
|
||||
:file-name (:name file)})
|
||||
|
||||
ptk/UpdateEvent
|
||||
(update [_ state]
|
||||
|
|
Loading…
Reference in a new issue