Merge branch 'dev' into dev

This commit is contained in:
kwaroran
2023-05-31 23:03:13 +09:00
committed by GitHub
6 changed files with 15 additions and 8 deletions

View File

@@ -37,7 +37,8 @@
}
}
const unsubscribe = doingChat.subscribe((v) => {
const unsub = doingChat.subscribe((v) => {
if(v) {
progress=false
abortController?.abort()
@@ -89,8 +90,10 @@
}
}
}
onDestroy(unsub)
$: {translateSuggest(toggleTranslate, suggestMessages)}
onDestroy(unsubscribe)
</script>
<div class="ml-4 flex flex-wrap">