处理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
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:
parent
30412b109e
commit
9536ce98a6
@ -680,7 +680,7 @@ const onEditorClick = () => {
|
|||||||
// if (quill.getText().endsWith('@\n')) {
|
// if (quill.getText().endsWith('@\n')) {
|
||||||
// showMentionSelectDebounced(quill)
|
// showMentionSelectDebounced(quill)
|
||||||
// }
|
// }
|
||||||
quill.focus()
|
// quill.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
const onSendMessage = (data = {}, callBack, showLoading = false) => {
|
const onSendMessage = (data = {}, callBack, showLoading = false) => {
|
||||||
@ -2007,6 +2007,7 @@ const showMentionSelectDebounced = (quill) => {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 1rpx;
|
height: 1rpx;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.ql-editor) {
|
:deep(.ql-editor) {
|
||||||
|
Loading…
Reference in New Issue
Block a user