From b07d052d766bd50b94b2070e85ee69695815756f Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Mon, 17 Oct 2016 21:28:43 -0400 Subject: [PATCH] allow autoProceed for all cases --- src/core/Core.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/Core.js b/src/core/Core.js index 548ae159e..95f5d3456 100644 --- a/src/core/Core.js +++ b/src/core/Core.js @@ -426,9 +426,9 @@ export default class Core { this.actions() // Forse set `autoProceed` option to false if there are multiple selector Plugins active - if (this.plugins.acquirer && this.plugins.acquirer.length > 1) { - this.opts.autoProceed = false - } + // if (this.plugins.acquirer && this.plugins.acquirer.length > 1) { + // this.opts.autoProceed = false + // } // Install all plugins this.installAll()