diff --git a/src/workspaces/officerdev/src/apps/Chat/ChatLauncher/ChatLauncher.tsx b/src/workspaces/officerdev/src/apps/Chat/ChatLauncher/ChatLauncher.tsx index 53c74bbe..23885579 100644 --- a/src/workspaces/officerdev/src/apps/Chat/ChatLauncher/ChatLauncher.tsx +++ b/src/workspaces/officerdev/src/apps/Chat/ChatLauncher/ChatLauncher.tsx @@ -72,7 +72,12 @@ export function ChatLauncher({
- setUrlDialogOpen(true)} /> + setUrlDialogOpen(true)} + onAttachText={(text) => setInput((prev) => (prev.trim() ? `${prev.replace(/\s+$/, '')}\n\n${text}` : text))} + />