mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
feat: make dir path breadcrumb generic
This commit is contained in:
@@ -88,7 +88,6 @@ export function useFileDrop({
|
||||
|
||||
const handleDragOver = (e: React.DragEvent) => {
|
||||
const dragInfo = store.get(dragInfoAtom)
|
||||
console.log({ dragInfo, destItem })
|
||||
if (dragInfo && destItem) {
|
||||
e.preventDefault()
|
||||
e.dataTransfer.dropEffect = "move"
|
||||
|
||||
Reference in New Issue
Block a user