Skip to content

Commit

Permalink
fix: 标签栏解绑错误快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Apr 15, 2024
1 parent 045ab02 commit 14583bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Topbar/Tabbar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ onMounted(() => {
})
})
onUnmounted(() => {
hotkeys.unbind('alt+q,alt+e,alt+w,alt+1,alt+2,alt+3,alt+4,alt+5,alt+6,alt+7,alt+8,alt+9,alt+0')
hotkeys.unbind('alt+left,alt+right,alt+w,alt+1,alt+2,alt+3,alt+4,alt+5,alt+6,alt+7,alt+8,alt+9,alt+0')
})
</script>

Expand Down

0 comments on commit 14583bb

Please sign in to comment.