[FIX]: Refocus prompt after session delete (#3882)

This commit is contained in:
Pranshu Raj 2025-11-04 20:27:59 +05:30 committed by GitHub
parent b41e573886
commit aec44abcf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ export function DialogSessionList() {
},
})
setToDelete(undefined)
dialog.clear()
return
}
setToDelete(option.value)