remove cmd from edit (#4840)

This commit is contained in:
Fernando Herrera
2022-03-13 20:05:13 +00:00
committed by GitHub
parent 72daf8c64e
commit 6e65aef9bf
2 changed files with 139 additions and 144 deletions

View File

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