refac: suggestions display full name on hover

This commit is contained in:
Timothy Jaeryang Baek 2025-11-09 15:44:27 -05:00
parent 79fd61cd5f
commit 9578bac099

View file

@ -233,7 +233,7 @@
{/if}
</Tooltip>
<Tooltip content={item.description || decodeString(item?.name)} placement="top-start">
<Tooltip content={`${decodeString(item?.name)}`} placement="top-start">
<div class="line-clamp-1 flex-1">
{decodeString(item?.name)}
</div>