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

pull/476/MERGE
cherishsince 2024-07-09 17:42:30 +08:00
parent 326fc3d03f
commit 5734faa5fc
1 changed files with 1 additions and 1 deletions

View File

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