Skip to content

Commit

Permalink
Refactor #3021
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 10, 2022
1 parent 6f5a931 commit 2c1b3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/contextmenu/ContextMenuSub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export default {
}
case 'ArrowLeft': {
//no op
event.preventDefault();
break;
}
case 'Home': {
Expand Down

0 comments on commit 2c1b3ca

Please sign in to comment.