aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/top-content
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-12 18:25:14 +0900
committerGitHub <noreply@github.com>2017-11-12 18:25:14 +0900
commitc7b05482f33cc778e1966faa9354ea46b490a115 (patch)
treeb73bc6e5a6468d8c5a1118dcfb61f9d00b1aa5cf /src/content/components/top-content
parent3af2e3154ed6b56400d02fc3d726bfc7186f372a (diff)
parentccf3c7b421e804172827dd34a995290afc85af10 (diff)
Merge pull request #132 from ueokande/meta-keys
Meta keys
Diffstat (limited to 'src/content/components/top-content')
-rw-r--r--src/content/components/top-content/follow-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/components/top-content/follow-controller.js b/src/content/components/top-content/follow-controller.js
index 38869e6..d373177 100644
--- a/src/content/components/top-content/follow-controller.js
+++ b/src/content/components/top-content/follow-controller.js
@@ -76,7 +76,7 @@ export default class FollowController {
this.activate();
this.store.dispatch(followControllerActions.disable());
break;
- case 'Escape':
+ case 'Esc':
this.store.dispatch(followControllerActions.disable());
break;
case 'Backspace':