mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Don't send clicks with browser-sync
This commit is contained in:
parent
a63b133420
commit
103ab67b4d
1 changed files with 1 additions and 1 deletions
2
gulpfile.js
vendored
2
gulpfile.js
vendored
|
@ -216,7 +216,7 @@ gulp.task("watch", () => {
|
|||
notify: false,
|
||||
|
||||
ghostMode: {
|
||||
clicks: true,
|
||||
clicks: false,
|
||||
forms: true,
|
||||
scroll: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue