fix: enable command enter on dialog confirmation clean thread (#1261)
This commit is contained in:
parent
8757d4d086
commit
bd85febe3d
@ -136,6 +136,7 @@ export default function ThreadList() {
|
|||||||
<Button
|
<Button
|
||||||
themes="danger"
|
themes="danger"
|
||||||
onClick={() => cleanThread(thread.id)}
|
onClick={() => cleanThread(thread.id)}
|
||||||
|
autoFocus
|
||||||
>
|
>
|
||||||
Yes
|
Yes
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user