disable follow after activate

jh-changes
Shin'ya Ueoka 7 years ago
parent e2aae9cff2
commit 370e20d76a
  1. 2
      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) => {