Skip to content

Commit 0fc9eee

Browse files
committed
feat: mention suggestions, allow space
1 parent 74d6656 commit 0fc9eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/new-launch/mention.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export const suggestion = (
148148
let component: any;
149149

150150
return {
151+
allowSpaces: true,
151152
items: async ({ query }: { query: string }) => {
152153
if (!query || query.length < 2) {
153154
component.updateProps({ loading: true, stop: true });

0 commit comments

Comments
 (0)