From 0fc9eeecaa57f5337b06d6737caa6a1a576919c1 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Wed, 19 Nov 2025 14:59:15 +0700 Subject: [PATCH] feat: mention suggestions, allow space --- apps/frontend/src/components/new-launch/mention.component.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/src/components/new-launch/mention.component.tsx b/apps/frontend/src/components/new-launch/mention.component.tsx index 8e1ddca7..cd1e6252 100644 --- a/apps/frontend/src/components/new-launch/mention.component.tsx +++ b/apps/frontend/src/components/new-launch/mention.component.tsx @@ -148,6 +148,7 @@ export const suggestion = ( let component: any; return { + allowSpaces: true, items: async ({ query }: { query: string }) => { if (!query || query.length < 2) { component.updateProps({ loading: true, stop: true });