From 492b90eb5964024fb63f23c2b369e13e2733e434 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 30 Apr 2023 13:09:50 -0400 Subject: [PATCH] Removes left arrow to go back on input steps --- src/commands/gitCommands.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/commands/gitCommands.ts b/src/commands/gitCommands.ts index 24f6ae1..99f43cf 100644 --- a/src/commands/gitCommands.ts +++ b/src/commands/gitCommands.ts @@ -348,9 +348,7 @@ export class GitCommandsCommand extends Command { } }; - const mapping: KeyMapping = { - left: { onDidPressKey: goBack }, - }; + const mapping: KeyMapping = {}; if (step.onDidPressKey != null && step.keys != null && step.keys.length !== 0) { for (const key of step.keys) { mapping[key] = {