mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
correct comment
This commit is contained in:
parent
a25f263fd6
commit
de92437313
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ export default class Transloadit<
|
|||
) => {
|
||||
/**
|
||||
* Note: We only Set a defined assemblyResponse into uppyState. Clearing plugin state is handled
|
||||
* explicitly by `#prepareUpload` (new upload) and `#cancelAssembly` / `#onError`
|
||||
* explicitly by `#prepareUpload` (new upload) and `#cancelAssembly`
|
||||
* (user-initiated teardown). Otherwise the `this.assembly = undefined` cleanup
|
||||
* in `#afterUpload`'s finally would wipe the final completed status from the
|
||||
* UI right after upload completes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue