aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) => {