mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:43:59 +01:00
Show title for when the title is too long (#395)
This commit is contained in:
parent
be3147c6c4
commit
2b0280a479
|
@ -101,7 +101,7 @@ const ChatHistory = React.memo(
|
||||||
onDragStart={handleDragStart}
|
onDragStart={handleDragStart}
|
||||||
>
|
>
|
||||||
<ChatIcon />
|
<ChatIcon />
|
||||||
<div className='flex-1 text-ellipsis max-h-5 overflow-hidden break-all relative'>
|
<div className='flex-1 text-ellipsis max-h-5 overflow-hidden break-all relative' title={title}>
|
||||||
{isEdit ? (
|
{isEdit ? (
|
||||||
<input
|
<input
|
||||||
type='text'
|
type='text'
|
||||||
|
|
Loading…
Reference in a new issue