-
Notifications
You must be signed in to change notification settings - Fork 64
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
Delete entire mention with 2 backspace #128
Comments
The only two options that exist at the moment are: Can you describe to me a bit more what exactly you were hoping to have happen? |
I would like to highlight the mention then remove the entire mention. I dont want to remove only the highlight. I want the text the entire mention disappears. |
Oh I see. At the moment I don’t have that functionality. I’ll see about adding that in as another option shortly. Thanks for the suggestion. |
Out of curiosity are you hoping for the selection range to be over the entire mention to show that the mention will be removed entirely or do you just want the deletion of any character within the mention to result in the entire mention text being removed. |
I hope for the selection range to be over the entire mention to show that the mention will be removed entirely ;) ! |
Hello,
removeEntireMention= true parameters allow to remove entire mention with backspace.
removeEntireMention= false parameter allows to highlight mention on the first backspace then unhighlight mention and only keeping text.
Is possible to highlight mention on the first backspace then remove entire mention with a second backspace ?
Thanks for helping
The text was updated successfully, but these errors were encountered: