disable follow after activate

This commit is contained in:
Shin'ya Ueoka 2017-10-08 10:00:06 +09:00
parent e2aae9cff2
commit 370e20d76a

View file

@ -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) => {