We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326fc3d commit 5734faaCopy full SHA for 5734faa
src/views/ai/chat/index/index.vue
@@ -365,7 +365,7 @@ const handlePromptInput = (event) => {
365
isComposing.value = false
366
}, 400)
367
}
368
-// TODO @fan:是不是可以通过 @keydown.enter、@keydown.shift.enter 来实现,回车发送、shift+回车换行;主要看看,是不是可以简化 isComposing 相关的逻辑
+// TODO @芋艿:是不是可以通过 @keydown.enter、@keydown.shift.enter 来实现,回车发送、shift+回车换行;主要看看,是不是可以简化 isComposing 相关的逻辑
369
const onCompositionstart = () => {
370
isComposing.value = true
371
0 commit comments