@difizen/libro-search 0.3.3 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ export var LibroSearchManager = (_dec = singleton({
71
71
  _createClass(LibroSearchManager, [{
72
72
  key: "registerKeybindings",
73
73
  value: function registerKeybindings(keybindings) {
74
- this.libroCommandRegister.registerKeybinds(keybindings, LibroSearchToggleCommand, false, false);
74
+ this.libroCommandRegister.registerKeybinds(keybindings, LibroSearchToggleCommand, true, true);
75
75
  }
76
76
  }, {
77
77
  key: "registerCommands",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-search",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -36,9 +36,9 @@
36
36
  "@difizen/mana-app": "latest",
37
37
  "@difizen/mana-l10n": "latest",
38
38
  "@ant-design/icons": "^5.1.0",
39
- "@difizen/libro-common": "^0.3.3",
40
- "@difizen/libro-core": "^0.3.3",
41
- "@difizen/libro-code-editor": "^0.3.3",
39
+ "@difizen/libro-common": "^0.3.5",
40
+ "@difizen/libro-core": "^0.3.5",
41
+ "@difizen/libro-code-editor": "^0.3.5",
42
42
  "@types/lodash.debounce": "^4.0.7",
43
43
  "classnames": "^2.3.2",
44
44
  "lodash.debounce": "^4.0.8",
@@ -49,8 +49,8 @@ export class LibroSearchManager
49
49
  this.libroCommandRegister.registerKeybinds(
50
50
  keybindings,
51
51
  LibroSearchToggleCommand,
52
- false,
53
- false,
52
+ true,
53
+ true,
54
54
  );
55
55
  }
56
56
  registerCommands(commands: CommandRegistry) {