[WIKI-840] chore: accept spaces while searching for mentions #8258
This commit is contained in:
parent
5ea74e1112
commit
b359849606
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ export function CustomMentionExtension(props: TMentionHandler) {
|
||||||
render: renderMentionsDropdown({
|
render: renderMentionsDropdown({
|
||||||
searchCallback,
|
searchCallback,
|
||||||
}),
|
}),
|
||||||
|
allowSpaces: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue