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()