mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
feat: integrate comments UI into chat messages
This commit is contained in:
parent
f591a872cf
commit
6b5468bd7d
7 changed files with 74 additions and 29 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue