allow autoProceed for all cases

This commit is contained in:
Artur Paikin 2016-10-17 21:28:43 -04:00
parent 99f85de9d7
commit b07d052d76

View file

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