mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 17:21:17 +00:00
fix: file drop not working for breadcrumbs
This commit is contained in:
@@ -99,6 +99,7 @@ function FilePathBreadcrumbItem({
|
||||
const { isDraggedOver, dropHandlers } = useFileDrop({
|
||||
destDir: segment.id,
|
||||
dragInfoAtom: fileDragInfoAtom,
|
||||
enabled: true,
|
||||
})
|
||||
|
||||
const dirName = label || segment.name
|
||||
|
||||
Reference in New Issue
Block a user