Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 上输入框无法获取焦点的问题 #25

Open
smk524198002 opened this issue May 12, 2022 · 0 comments
Open

iOS 上输入框无法获取焦点的问题 #25

smk524198002 opened this issue May 12, 2022 · 0 comments

Comments

@smk524198002
Copy link

在 components/editor.vue文件中,加个样式可以解决
<div style="-webkit-user-select:text !important;" class="lemon-editor__input" ref="textarea" contenteditable="true" on-keyup={this._handleKeyup} on-keydown={this._handleKeydown} on-paste={this._handlePaste} on-click={this._handleClick} spellcheck="false" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant