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 25, 2024
1 parent d22ff84 commit 6ccf92b
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 6ccf92b

Please sign in to comment.