mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-06 19:44:08 +08:00
fix: delete space after mention
This commit is contained in:
@ -537,7 +537,7 @@ class MentionTextEditingController extends SpellCheckTextEditingController {
|
||||
indexInNew += textSearchPart.length;
|
||||
}
|
||||
|
||||
indexInNew = min(indexInNew, newText.length - 1);
|
||||
indexInNew = min(indexInNew, newText.length);
|
||||
|
||||
if (indexInNew != -1) {
|
||||
// Just in case
|
||||
|
Reference in New Issue
Block a user