What code should I adjust to remove AutoFocusPlugin with $createRangeSelection
?
#4917
Unanswered
Michael-indochat
asked this question in
Q&A
Replies: 1 comment
-
Check out this thread for a possible answer: #4226 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My page is about a form page, and the fields need to be filled in order from top to bottom, and my editor is at the bottom column, if AutoFocus is used, it will automatically slide to the bottom, but I don't want this , so I need to remove the AutoFocusPlugin inside the editor.
But at this time, after I removed AutoFocusPlugin, this error appeared when i first time to click insertMention, how can I fix it?
i find error problem in this func.
how can i fix it, when my selection is null, how can I put insertNodes at the end of the entire editor content.
Beta Was this translation helpful? Give feedback.
All reactions