diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-26 19:24:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 19:24:21 -0400 |
commit | 73dd578821d1373d4504778318e2e2f26b79a80e (patch) | |
tree | 7b96fd5bfef81de55175fc5a97ddee11cbb2ed1b /test | |
parent | 9c7b9d666087add0f72900c045ee43ed05c5b467 (diff) |
Add middle mouse prevention option (#868)
* Add preventMiddleMouse option to TextScanner
* Add preventMiddleMouse options
* Add options
* Apply preventMiddleMouse options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 3c6e8733..b1b6dab7 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -316,6 +316,12 @@ function createProfileOptionsUpdatedTestData1() { layoutAwareScan: false, hideDelay: 0, pointerEventsEnabled: false, + preventMiddleMouse: { + onWebPages: false, + onPopupPages: false, + onSearchPages: false, + onSearchQuery: false + }, inputs: [ { include: 'shift', |