diff --git a/src/render.ts b/src/render.ts index 4edb927..05fcafd 100644 --- a/src/render.ts +++ b/src/render.ts @@ -28,6 +28,7 @@ export function renderShortcut(shortcutActions: Array) { if (dev) { console.group('Render Shortcut'); } + actionIndex = 0; actionTotal = shortcutActions.length; for (const action of shortcutActions) { actionIndex++;