Skip to content

Commit

Permalink
add span (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmilner1 authored Jun 4, 2024
1 parent 81cddec commit 59f1a2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/src/components/mainInput/MentionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ const MentionList = forwardRef((props: MentionListProps, ref) => {
<DropdownIcon item={item} className="mr-2" />
</>
)}
{item.title}
<span title={item.id}>
{item.title}
</span>
{" "}
</div>
<span
Expand Down

0 comments on commit 59f1a2d

Please sign in to comment.