aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/common/follow.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/components/common/follow.js')
-rw-r--r--src/content/components/common/follow.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/components/common/follow.js b/src/content/components/common/follow.js
index 42dd897..a8682c5 100644
--- a/src/content/components/common/follow.js
+++ b/src/content/components/common/follow.js
@@ -63,6 +63,7 @@ export default class Follow {
this.win.parent.postMessage(JSON.stringify({
type: messages.FOLLOW_KEY_PRESS,
key: key.key,
+ ctrlKey: key.ctrlKey,
}), '*');
return true;
}