feat: add confirm tips when deleting conversation on pc
This commit is contained in:
parent
cdb2e9db18
commit
238f77b43b
|
@ -121,7 +121,7 @@ export function ChatList() {
|
|||
key={i}
|
||||
selected={i === selectedIndex}
|
||||
onClick={() => selectSession(i)}
|
||||
onDelete={() => removeSession(i)}
|
||||
onDelete={() => confirm(Locale.Home.DeleteChat) && removeSession(i)}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue