fix: 快捷文档点击无法发送 (#298)

This commit is contained in:
shaohuzhang1 2024-04-28 17:20:35 +08:00 committed by GitHub
parent 7b5ccd9089
commit ef8def269d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,12 +274,7 @@ function openParagraph(row: any, id?: string) {
}
function quickProblemHandle(val: string) {
if (!props.log && !loading.value && props.data?.name && props.data?.model_id) {
// inputValue.value = val
// nextTick(() => {
// quickInputRef.value?.focus()
// })
if (!loading.value && props.data?.name) {
handleDebounceClick(val)
}
}