Explorar el Código

Removes left arrow to go back on input steps

main
Eric Amodio hace 1 año
padre
commit
492b90eb59
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      src/commands/gitCommands.ts

+ 1
- 3
src/commands/gitCommands.ts Ver fichero

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

Cargando…
Cancelar
Guardar