fix: 快捷文档点击无法发送 (#298)
This commit is contained in:
parent
7b5ccd9089
commit
ef8def269d
@ -274,12 +274,7 @@ function openParagraph(row: any, id?: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function quickProblemHandle(val: string) {
|
function quickProblemHandle(val: string) {
|
||||||
if (!props.log && !loading.value && props.data?.name && props.data?.model_id) {
|
if (!loading.value && props.data?.name) {
|
||||||
// inputValue.value = val
|
|
||||||
// nextTick(() => {
|
|
||||||
// quickInputRef.value?.focus()
|
|
||||||
// })
|
|
||||||
|
|
||||||
handleDebounceClick(val)
|
handleDebounceClick(val)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user