This commit is contained in:
2024-12-30 11:22:58 +01:00
parent d5ef6469bd
commit 9a70879778
2 changed files with 7 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ const {type} = props
defineShortcuts({
'backspace': () => {
router.push(`/${type}`)
router.push(`/standardEntity/${type}`)
},
'arrowleft': () => {
if(openTab.value > 0){