Name: deselect on new completion

This commit is contained in:
lilydjwg 2021-10-28 15:39:29 +08:00
parent ead237f941
commit 7759749306

View File

@ -41,6 +41,7 @@
if(!input.value) { if(!input.value) {
return return
} }
selected_idx = null
abort.abort() abort.abort()
abort = new AbortController() abort = new AbortController()
try{ try{