mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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) {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue