Fix: Missing redo await

This commit is contained in:
Luc Mcgrady 2025-11-10 10:16:22 +00:00
parent 8adcf30b63
commit f3ecb8a190
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -113,7 +113,7 @@ export class ReviewerState {
case "z": {
if (ctrl) {
if (shift) {
redo({});
await redo({});
} else {
await undo({});
}