From 370e20d76ad52daad0f3fcae33372434b45e3bac Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 8 Oct 2017 10:00:06 +0900 Subject: disable follow after activate --- src/components/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) => { -- cgit v1.2.3