-
Notifications
You must be signed in to change notification settings - Fork 34
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
Getting cursor position in ckeditor4-angular #63
Comments
Hi, |
Okay. I will explain below about my issue. In my issue, I am trying to add some elements from the list outside the editor by clicking it. I have tried but couldn't able to get the cursor position. Please help me to fix the issue. Thanks in Advance. |
Thanks for giving more context, I'm starting to understand your issue, but still need something more, like at least screen or CodePen example. Also I wonder if this is anyhow connected to Angular? Because it seems irrelevant 🤔 |
I have found a way to insert the selected text in the editor. this.editor.instance.insertText('selected text'); Thanks for spending your valuable time in this issue. |
Are you reporting a feature request or a bug?
Provide detailed reproduction steps (if any)
Expected result
What is the expected result of the above steps?
Actual result
What is the actual result of the above steps?
Other details
The text was updated successfully, but these errors were encountered: