@lvce-editor/title-bar-worker 4.15.3 → 4.15.4

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.
@@ -3347,6 +3347,10 @@ const getKeyBindings = () => {
3347
3347
  command: 'TitleBar.handleKeyArrowLeft',
3348
3348
  key: LeftArrow$1,
3349
3349
  when: FocusTitleBarMenuBar
3350
+ }, {
3351
+ command: 'TitleBar.handleKeyEnter',
3352
+ key: Enter$1,
3353
+ when: FocusTitleBarMenuBar
3350
3354
  }, {
3351
3355
  command: 'TitleBar.handleKeySpace',
3352
3356
  key: Space$1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/title-bar-worker",
3
- "version": "4.15.3",
3
+ "version": "4.15.4",
4
4
  "description": "Title Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",