You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Selecting item in tagging mode with taggingLabel set by clicking on the item (not using enter) saves the item with taggingLabel appended to it.
It looks like at line 672: if ( ctrl.taggingLabel === false && ctrl.clickTriggeredSelect === false) { ...}
we are not entering the if where the taggingLabel is being handled, since ctrl.clickTriggeredSelect in this case will be true.