Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit a13baed

Browse files
authored
Merge pull request #47 from jonathontoon/develop
Fixed typo
2 parents 1ddd6b5 + 48c3a56 commit a13baed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const selectionMenu = Menu.buildFromTemplate([
1515
]);
1616

1717
const inputMenu = Menu.buildFromTemplate([
18-
{ role: 'undo', accelerator: process.platform === 'darwin' ? 'Cmd+Z' : 'Ctrl+Z',, },
18+
{ role: 'undo', accelerator: process.platform === 'darwin' ? 'Cmd+Z' : 'Ctrl+Z', },
1919
{ role: 'redo', accelerator: process.platform === 'darwin' ? 'Ctrl+Z' : 'Ctrl+Shift+Z', },
2020
{ type: 'separator', },
2121
{ role: 'cut', accelerator: process.platform === 'darwin' ? 'Cmd+X' : 'Ctrl+X', },

0 commit comments

Comments
 (0)