Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieAbbondanzio committed Jul 24, 2022
1 parent 6e51bb6 commit bfa9c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marker",
"version": "0.2.1",
"version": "0.2.0",
"description": "A markdown note taking app",
"main": ".webpack/main",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/shared/io/defaultShortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ const shortcuts: Shortcut[] = [
name: "editor.closeAllTabs",
event: "editor.closeAllTabs",
keys: [KeyCode.Control, KeyCode.Alt, KeyCode.LetterW],
when: Section.Editor
}
when: Section.Editor,
},
{
name: "editor.previousTab",
event: "editor.previousTab",
Expand Down

0 comments on commit bfa9c28

Please sign in to comment.