diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-28 20:36:58 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-28 20:36:58 -0800 |
commit | 2a29429104618c25a752a2f3b61527cec9921447 (patch) | |
tree | 8a277105ead916dfe7ed71fdf449ffa468d9b217 /ext/fg/js | |
parent | 944be5fa64c935940a33a3d2494833bfb17f3358 (diff) |
WIP
Diffstat (limited to 'ext/fg/js')
-rw-r--r-- | ext/fg/js/driver.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fg/js/driver.js b/ext/fg/js/driver.js index 5467a9f0..2e818acf 100644 --- a/ext/fg/js/driver.js +++ b/ext/fg/js/driver.js @@ -67,9 +67,9 @@ class Driver { return; } - if (e.which === 1 /* lmb */) { - return; - } + // if (e.which === 1 /* lmb */) { + // return; + // } if (this.options.scanning.requireShift && !e.shiftKey) { return; |