From c1b59763941a74367b81e9b8329319f1ede72317 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 26 Sep 2020 17:51:52 -0400 Subject: Scanning mouse button fixes (#866) * Move mouse0 blocking during mousemove into options * Update primary button detection --- test/test-options-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 67dc57b7..3c6e8733 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -319,7 +319,7 @@ function createProfileOptionsUpdatedTestData1() { inputs: [ { include: 'shift', - exclude: '', + exclude: 'mouse0', types: { mouse: true, touch: false, -- cgit v1.2.3