feat: integrate comments UI into chat messages

This commit is contained in:
CREDO23 2026-01-16 15:09:51 +02:00
parent f591a872cf
commit 6b5468bd7d
7 changed files with 74 additions and 29 deletions

View file

@ -210,7 +210,7 @@ export function CommentComposer({
return (
<div className="flex flex-col gap-2">
<Popover open={mentionState.isActive} onOpenChange={(open) => !open && closeMentionPicker()}>
<Popover open={mentionState.isActive} onOpenChange={(open) => !open && closeMentionPicker()} modal={false}>
<PopoverAnchor asChild>
<Textarea
ref={textareaRef}