【todo】keydown.shift.enter 修改为@芋艿

This commit is contained in:
cherishsince 2024-07-09 17:42:30 +08:00
parent 326fc3d03f
commit 5734faa5fc

View File

@ -365,7 +365,7 @@ const handlePromptInput = (event) => {
isComposing.value = false isComposing.value = false
}, 400) }, 400)
} }
// TODO @fan @keydown.enter@keydown.shift.enter shift+ isComposing // TODO @ @keydown.enter@keydown.shift.enter shift+ isComposing
const onCompositionstart = () => { const onCompositionstart = () => {
isComposing.value = true isComposing.value = true
} }