summaryrefslogtreecommitdiff
path: root/ext/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/client.js')
-rw-r--r--ext/client.js2
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;
}