aboutsummaryrefslogtreecommitdiff
path: root/src/content/client/FollowMasterClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/client/FollowMasterClient.ts')
-rw-r--r--src/content/client/FollowMasterClient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/client/FollowMasterClient.ts b/src/content/client/FollowMasterClient.ts
index da75308..f79c8b0 100644
--- a/src/content/client/FollowMasterClient.ts
+++ b/src/content/client/FollowMasterClient.ts
@@ -35,7 +35,7 @@ export class FollowMasterClientImpl implements FollowMasterClient {
this.postMessage({
type: messages.FOLLOW_KEY_PRESS,
key: key.key,
- ctrlKey: key.ctrlKey || false,
+ ctrlKey: key.ctrl || false,
});
}