disable follow after activate
This commit is contained in:
parent
e2aae9cff2
commit
370e20d76a
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Reference in a new issue