mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 08:41:38 +02:00
💄 Refactor clear selected files
This commit is contained in:
parent
c2332331ce
commit
4b2a4c8fa3
7 changed files with 26 additions and 28 deletions
|
@ -321,7 +321,8 @@
|
|||
|
||||
mdata {:on-success
|
||||
(st/emitf (dm/success (tr "dashboard.success-move-file"))
|
||||
(dd/fetch-recent-files {:team-id team-id}))}]
|
||||
(dd/fetch-recent-files {:team-id team-id})
|
||||
(dd/clear-selected-files))}]
|
||||
(st/emit! (dd/move-files (with-meta data mdata)))))))]
|
||||
|
||||
[:section.dashboard-grid {:on-drag-enter on-drag-enter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue