Skip to content

Conversation

@darshanpp
Copy link

Fixed

When user typed full display name there's no results appear for the mention. Now it's working fine.

@totozunino
Copy link

👏👏👏

@naamapps
Copy link

@fayeed Please merge this PR, it is a very needed change. 👍

@darshanpp
Copy link
Author

@fayeed Are you planning to merge this pull request ?

@fareesh
Copy link

fareesh commented Jan 5, 2022

This is useful, merge or suggest some improvements please.

Comment on lines +14 to +19
if(_mapping.keys.isNotEmpty){
var result = _mapping.keys.map((key) => RegExp.escape(key)).toList();
result.sort((b,a) => a.toLowerCase().compareTo(b.toLowerCase()));
var finalresult = result.join('|');
_pattern = finalresult;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEEDS TO BE MERGED PLS :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple mention/tag highlighting not working.

5 participants