-
Notifications
You must be signed in to change notification settings - Fork 361
add insertTextAtCursor #337
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #337 +/- ##
==========================================
- Coverage 18.81% 18.68% -0.14%
==========================================
Files 7 7
Lines 473 487 +14
Branches 103 106 +3
==========================================
+ Hits 89 91 +2
- Misses 372 384 +12
Partials 12 12
Continue to review full report at Codecov.
|
Thanks for the PR! I check it soon as possible. |
any progress on this PR ? @dotknyl I am not able to insert Text on first editor either. Am I missing something ? I tried here: https://angular-editor.kolkov.ru/ |
I tried to use this feature for my project. It's working but got issues in some cases. |
insertTextAtCursor by click a button outside of editor
ISSUE: (Can see on angular-editor-app) it can insert to the first editor but cannot insert to the second
i selected the 2nd editor, but it still insert the the 1st editor
HOPE you add this method, by Accept the pull request or Add new method. I saw many issue need this method.