fix(dashboard): Replace react-nestable with new SortableTree component (#8599)

**What**
- Removes `react-nestable` dependency in favour of our own solution based on `@dnd-kit/core`

Resolves CC-217
This commit is contained in:
Kasper Fabricius Kristensen
2024-08-18 22:21:03 +02:00
committed by GitHub
parent 66c39ef876
commit 8c784a8b30
15 changed files with 1267 additions and 334 deletions

View File

@@ -732,7 +732,6 @@ export const DataGridRoot = <
}
if (e.key === "z" && (e.metaKey || e.ctrlKey)) {
console.log("Undo/Redo")
handleUndo(e)
return
}