diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-26 12:46:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 12:46:07 +0000 |
commit | 0211d7781fffdb0f4e9a5e523f0f6ea24c5c8db8 (patch) | |
tree | 3be2c9e227a5e385f048f9a7b88530f5e47e82f6 /src/content/components/common/follow.js | |
parent | 2fd6a3f90fe2c910aaa14556b0d55da4070aba85 (diff) | |
parent | 57dba2d841e088ee1a0921f36b30a081d02d041c (diff) |
Merge pull request #351 from ueokande/cancel-by-ctrl-left-bracket
Cancel by ctrl left bracket
Diffstat (limited to 'src/content/components/common/follow.js')
-rw-r--r-- | src/content/components/common/follow.js | 1 |
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; } |