Skip to content

Commit

Permalink
Adjust keyboard priority
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 12, 2024
1 parent 7e43507 commit fab3078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/js/components/command-palette/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function init() {
searchResultsContainer,
() => searchResults.querySelectorAll("a"),
hoverClass,
() => {},
() => commandPalette.open,
);

// Events
Expand Down

0 comments on commit fab3078

Please sign in to comment.