Przeglądaj źródła

Removes left arrow to go back on input steps

main
Eric Amodio 1 rok temu
rodzic
commit
492b90eb59
1 zmienionych plików z 1 dodań i 3 usunięć
  1. +1
    -3
      src/commands/gitCommands.ts

+ 1
- 3
src/commands/gitCommands.ts Wyświetl plik

@ -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] = {

Ładowanie…
Anuluj
Zapisz