aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 10:00:06 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 10:00:06 +0900
commit370e20d76ad52daad0f3fcae33372434b45e3bac (patch)
tree125128df4de4e5ea8a927bc0363988ffd880b319
parente2aae9cff249db0617f082a34a8a3a4f5dd1f4f1 (diff)
disable follow after activate
-rw-r--r--src/components/follow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/follow.js b/src/components/follow.js
index 25db0c4..eedbd4d 100644
--- a/src/components/follow.js
+++ b/src/components/follow.js
@@ -74,7 +74,7 @@ export default class FollowComponent {
return;
} else if (shown.length === 1) {
this.activate(this.hintElements[keys].target);
- this.remove();
+ this.store.dispatch(followActions.disable());
}
shown.forEach((key) => {