🐛 Show new dashboard only in v2, and fix loading screen

This commit is contained in:
Andrés Moya 2022-09-30 12:31:18 +02:00 committed by Eva
parent 7dcd362abd
commit a6d9a65843
2 changed files with 21 additions and 16 deletions

View file

@ -355,8 +355,7 @@
(dnd/has-type? e "application/x-moz-file"))
(dom/prevent-default e)
(reset! dragging? false)
(import-files (.-files (.-dataTransfer e))))))
]
(import-files (.-files (.-dataTransfer e))))))]
[:section.dashboard-grid
{:on-drag-enter on-drag-enter