feat: make dir path breadcrumb generic

This commit is contained in:
2025-10-18 19:55:14 +00:00
parent cd9dee9371
commit 1ae649850a
4 changed files with 32 additions and 30 deletions

View File

@@ -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"