From 103ab67b4d60e42b8779fa1c9fa9fee04dcbb407 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 18 Jun 2018 16:31:28 -0400 Subject: [PATCH] Don't send clicks with browser-sync --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 106b873..069edcc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -216,7 +216,7 @@ gulp.task("watch", () => { notify: false, ghostMode: { - clicks: true, + clicks: false, forms: true, scroll: false }