mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 13:26:10 +02:00
🐛 Show new dashboard only in v2, and fix loading screen
This commit is contained in:
parent
7dcd362abd
commit
a6d9a65843
2 changed files with 21 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue