fix: remove space tree delete shortcut key (#394)

This commit is contained in:
Philip Okugbe
2024-10-12 13:14:29 +01:00
committed by GitHub
parent 46d92fbabc
commit fa3c8a03e1
3 changed files with 45 additions and 2 deletions

View File

@ -80,5 +80,10 @@
"apps/*",
"packages/*"
]
},
"pnpm": {
"patchedDependencies": {
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch"
}
}
}