diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-10 20:44:16 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-10 20:44:16 -0500 |
commit | 01f611d1898f046de2f367e8fe0ec6692ca7e445 (patch) | |
tree | 879d85c415d62bdb0a9aa1945c57489e34e64fd7 /ext/bg/js/options.js | |
parent | 7ac7f55436b42ccc55feee70d16f59fdde907324 (diff) |
Add support for touch input
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 373a1a6b..f5f0bca7 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -201,6 +201,7 @@ function optionsSetDefaults(options) { scanning: { middleMouse: true, + touchInputEnabled: true, selectText: true, alphanumeric: true, autoHideResults: false, |