-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Mention should not add a white space if a position already followed by one #4651
Comments
This makes even more sense since https://github.com/ckeditor/ckeditor5-mention/issues/44 brings support for typing in brackets and quotes. For instance ATM you have to remove a white space after the mention if you want to type
Expected
|
ATM we only analyze the text before the selection but the check for a whitespace after the inserted mention shouldn't be that big deal :) |
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue. |
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it). |
Reopening as we got a report on this recently. |
…-spaces Fix (mention): Inserting a mention should not append an extra white space if there was one already present in the content. A white space should not follow a mention inserted inside a pair of the empty matching brackets. Closes #4651.
For instance the following:
foo @ bar
Should result in
foo @completed bar
Instead of
The text was updated successfully, but these errors were encountered: