mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Fix: Missing redo await
This commit is contained in:
parent
8adcf30b63
commit
f3ecb8a190
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export class ReviewerState {
|
|||
case "z": {
|
||||
if (ctrl) {
|
||||
if (shift) {
|
||||
redo({});
|
||||
await redo({});
|
||||
} else {
|
||||
await undo({});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue