Skip to content

Commit

Permalink
Tries to fixe #1245 by preventing default action
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed May 24, 2021
1 parent 1078b70 commit fbf217b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default {
}
this.menuWidth = this.settings.menuWidth;
hotkeys("command+k, ctrl+k", (event, handler) => {
event.preventDefault();
this.showFuzzySearch();
});
},
Expand Down

0 comments on commit fbf217b

Please sign in to comment.