-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't exit @ mentions #731
Labels
Milestone
Comments
What if we include an X button to cancel the mention? Users could have two spaces in their names |
And we could also make it so it doesn't think it's a mention if there is non whitespace before the '@' character |
On Wed, Feb 12, 2025 at 10:54:50AM -0800, kernelkind wrote:
What if we include an X button to cancel the mention? Users could have two spaces in their names
Let's not worry about that edge case.
We could do X to close, double space, ESC. ideally all of these. my
natural inclination was to do double-space or escape to get out of it,
neither worked.
Just having X to close isn't ideal because it forces a mouse interaction.
|
On Wed, Feb 12, 2025 at 10:56:41AM -0800, kernelkind wrote:
And we could also make it so it doesn't think it's a mention if there is non whitespace before the '@' character
that would help as well
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Double-space should exit mention ui, otherwise it stays up forever. You can no longer type emails or anything else with an @ sign in it.
The text was updated successfully, but these errors were encountered: