fix: single character shortcuts not working
This commit is contained in:
@@ -125,12 +125,6 @@ function defineJumpActions() {
|
||||
defineActionHandler("navigation.jump.settings", () => {
|
||||
router.push({ path: localePath("/settings") })
|
||||
})
|
||||
defineActionHandler("navigation.jump.back", () => {
|
||||
router.go(-1)
|
||||
})
|
||||
defineActionHandler("navigation.jump.forward", () => {
|
||||
router.go(1)
|
||||
})
|
||||
}
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user