We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d5913 commit 9bf9814Copy full SHA for 9bf9814
modules/ROOT/partials/configuration/mentions_fetch.adoc
@@ -26,7 +26,7 @@ tinymce.init({
26
usersRequest = fetch('/users');
27
}
28
usersRequest.then((users) => {
29
- /* `query.term` is the text the user typed after the '@' */
+ // `query.term` is the text the user typed after the '@'
30
users = users.filter((user) => {
31
return user.name.toLowerCase().includes(query.term.toLowerCase());
32
});
0 commit comments