summaryrefslogtreecommitdiff
path: root/ext/bg/js/options.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-09-26 17:51:52 -0400
committerGitHub <noreply@github.com>2020-09-26 17:51:52 -0400
commitc1b59763941a74367b81e9b8329319f1ede72317 (patch)
tree959a0dbaaa6682bfd5bc5430fcfb77b21c5e97d3 /ext/bg/js/options.js
parentf18c28e519e86cb0bd240fbf20b907ef1a9e7f14 (diff)
Scanning mouse button fixes (#866)
* Move mouse0 blocking during mousemove into options * Update primary button detection
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r--ext/bg/js/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js
index 5b61b870..f9571ec2 100644
--- a/ext/bg/js/options.js
+++ b/ext/bg/js/options.js
@@ -550,7 +550,7 @@ class OptionsUtil {
}
scanningInputs.push({
include: modifierInput,
- exclude: '',
+ exclude: 'mouse0',
types: {mouse: true, touch: false, pen: false},
options: createInputDefaultOptions()
});