diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 10:00:06 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 10:00:06 +0900 |
commit | 370e20d76ad52daad0f3fcae33372434b45e3bac (patch) | |
tree | 125128df4de4e5ea8a927bc0363988ffd880b319 | |
parent | e2aae9cff249db0617f082a34a8a3a4f5dd1f4f1 (diff) |
disable follow after activate
-rw-r--r-- | src/components/follow.js | 2 |
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) => { |