处理iPhone13 Pro聊天输入框能弹出键盘但没聚焦导致无法打字问题
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run

This commit is contained in:
wangyifeng 2025-04-09 10:02:58 +08:00
parent 30412b109e
commit 9536ce98a6

View File

@ -680,7 +680,7 @@ const onEditorClick = () => {
// if (quill.getText().endsWith('@\n')) {
// showMentionSelectDebounced(quill)
// }
quill.focus()
// quill.focus()
}
const onSendMessage = (data = {}, callBack, showLoading = false) => {
@ -2007,6 +2007,7 @@ const showMentionSelectDebounced = (quill) => {
opacity: 0;
height: 1rpx;
overflow: auto;
display: none;
}
:deep(.ql-editor) {