mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 22:33:57 +00:00
don’t sync clicks/scroll between browsers, it causes more confustion than benefit
can be enabled when needed in the same way
This commit is contained in:
parent
3ddf4c7548
commit
e2322d3acf
1 changed files with 5 additions and 5 deletions
|
|
@ -27,12 +27,12 @@ module.exports = {
|
|||
"middleware": false,
|
||||
"serveStatic": ["examples/bundle"],
|
||||
"ghostMode": {
|
||||
"clicks": true,
|
||||
"scroll": true,
|
||||
"clicks": false,
|
||||
"scroll": false,
|
||||
"forms": {
|
||||
"submit": true,
|
||||
"inputs": true,
|
||||
"toggles": true
|
||||
"submit": false,
|
||||
"inputs": false,
|
||||
"toggles": false
|
||||
}
|
||||
},
|
||||
"logLevel": "info",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue