mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
set body as default target for ProgressBar
This commit is contained in:
parent
38ea01f405
commit
1d3c2f053c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ module.exports = class ProgressBar extends Plugin {
|
|||
|
||||
// set default options
|
||||
const defaultOptions = {
|
||||
target: 'body',
|
||||
replaceTargetContent: false,
|
||||
fixed: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue