Skip to content

Commit 23fcc9c

Browse files
committed
Added undo and redo
1 parent 5abc66c commit 23fcc9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ function getControllerMenu() {
1616
{
1717
label: 'Edit',
1818
submenu: [
19+
{ role: 'undo' },
20+
{ role: 'redo' },
21+
{ type: 'separator' },
1922
{ role: 'cut' },
2023
{ role: 'copy' },
2124
{ role: 'paste' },

0 commit comments

Comments
 (0)