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
This means that when tab-completing, the regex changes from @\S* to \S+ for the UserProvider (the thing providing user completions). \S+ will go and match anything before the display name entered that isn't whitespace.
This is a side-effect of tab-completing free-form text to free-form, arbitrary display names.
so
(Travis
[TAB]
results in Pill but(
goes away :(The text was updated successfully, but these errors were encountered: