fix(files): route drops through the selected target

This commit is contained in:
2026-07-20 16:57:34 +02:00
parent f3210234d3
commit 8c5f149f07
3 changed files with 101 additions and 16 deletions

View File

@@ -13,6 +13,9 @@
},
"./styles/file-manager.css": "./src/styles/file-manager.css"
},
"scripts": {
"test:file-drop-target": "node scripts/test-file-drop-target-structure.mjs"
},
"peerDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.6",