Skip to content

Commit

Permalink
Merge pull request #4236 from traPtitech/fix/make_typing_timeout_longer
Browse files Browse the repository at this point in the history
is typingじゃなくなるまでの時間を長くした
  • Loading branch information
mehm8128 committed May 5, 2024
2 parents 4b11357 + 3f153df commit 8e7c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/MainView/MessageInput/MessageInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ watch(state, () => {
}
timeoutId = setTimeout(() => {
isTyping.value = false
}, 2000)
}, 10000)
})
const onAddAttachments = async (files: File[]) => {
Expand Down

0 comments on commit 8e7c016

Please sign in to comment.