We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5574283 commit e7fde20Copy full SHA for e7fde20
src/render.ts
@@ -28,6 +28,7 @@ export function renderShortcut(shortcutActions: Array<ActionData>) {
28
if (dev) {
29
console.group('Render Shortcut');
30
}
31
+ actionIndex = 0;
32
actionTotal = shortcutActions.length;
33
for (const action of shortcutActions) {
34
actionIndex++;
0 commit comments