diff --git a/app/scripts/auto-type/auto-type-runner.js b/app/scripts/auto-type/auto-type-runner.js index c00267b2..04df076d 100644 --- a/app/scripts/auto-type/auto-type-runner.js +++ b/app/scripts/auto-type/auto-type-runner.js @@ -387,6 +387,8 @@ AutoTypeRunner.prototype.emitNext = function(err) { emitterLogger.debug('text', op.value); if (op.value) { this.emitter.text(op.value); + } else { + this.emitNext(); } break; case 'key':