Skip to content

Commit

Permalink
fix(search): serach keybind will only work when focus on libro
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Dec 26, 2024
1 parent 2462341 commit 7bdc570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/libro-search/src/libro-search-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class LibroSearchManager
this.libroCommandRegister.registerKeybinds(
keybindings,
LibroSearchToggleCommand,
false,
false,
true,
true,
);
}
registerCommands(commands: CommandRegistry) {
Expand Down

0 comments on commit 7bdc570

Please sign in to comment.