-
My editor is bound to a formControl.
The editor then shows the document correctly. However, when I put focus on the editor, its cursor is at the end of the document. |
Beta Was this translation helpful? Give feedback.
Answered by
sibiraj-s
Feb 6, 2023
Replies: 1 comment 1 reply
-
You should be able to do editor.commands.focus(’start’).exec() since v15.2.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sibiraj-s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to do
since v15.2.0