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:
committed by
GitHub
parent
66c39ef876
commit
8c784a8b30
@@ -732,7 +732,6 @@ export const DataGridRoot = <
|
||||
}
|
||||
|
||||
if (e.key === "z" && (e.metaKey || e.ctrlKey)) {
|
||||
console.log("Undo/Redo")
|
||||
handleUndo(e)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user