diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-27 20:15:23 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-27 20:15:23 -0700 |
commit | c8d0a8624f4925f8227be67da5f40d888e9e5756 (patch) | |
tree | 38f341d5db1f7b380c62de01098cde279d82aa30 /ext/client.js | |
parent | a9fcc0cde6a09872e038e4aa4600d5cd80a71374 (diff) |
Improved styling
Diffstat (limited to 'ext/client.js')
-rw-r--r-- | ext/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/client.js b/ext/client.js index 6055dc26..95308eec 100644 --- a/ext/client.js +++ b/ext/client.js @@ -32,7 +32,7 @@ class Client { } onMouseMove(e) { - if (!this.enabled) { + if (!this.enabled || !e.shiftKey) { return; } |