fix/ui-glitch-dots-truncated (#5219)

This commit is contained in:
Faisal Amir 2025-06-09 17:44:06 +07:00 committed by GitHub
parent 1d69101f97
commit 4a3a0e6496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,6 @@ const SortableItem = memo(({ thread }: { thread: Thread }) => {
>
<div className="py-1 pr-2 truncate">
<span
className="text-left-panel-fg/90"
dangerouslySetInnerHTML={{ __html: thread.title || 'New Thread' }}
/>
</div>