[WIKI-840] chore: accept spaces while searching for mentions #8258

This commit is contained in:
Aaryan Khandelwal 2025-12-08 15:16:22 +05:30 committed by GitHub
parent 5ea74e1112
commit b359849606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ export function CustomMentionExtension(props: TMentionHandler) {
render: renderMentionsDropdown({
searchCallback,
}),
allowSpaces: true,
},
});
}