mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
allow autoProceed for all cases
This commit is contained in:
parent
99f85de9d7
commit
b07d052d76
1 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue