Procházet zdrojové kódy

Removes left arrow to go back on input steps

main
Eric Amodio před 1 rokem
rodič
revize
492b90eb59
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      src/commands/gitCommands.ts

+ 1
- 3
src/commands/gitCommands.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit