update edit: cmd: undo syntax (#4826)

This commit is contained in:
Darren Schroeder
2022-03-12 09:37:19 -06:00
committed by GitHub
parent ccc85a2979
commit b342270112

View File

@ -233,7 +233,7 @@ let $config = {
event: { event: {
until: [ until: [
{ send: menupageprevious } { send: menupageprevious }
{ send: edit, cmd: undo } { edit: { cmd: undo } }
] ]
} }
} }