Why do we need a second editor instance #90
Answered
by
umaranis
iamleson98
asked this question in
Q&A
-
Hello sir, @umaranis I'm having 2 questions, so please answer me if you can. I appreciate. First I need to admit that your code looks clean and well written. question 1: Why do we need 2 instances of Lexical Editor class ? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
umaranis
Aug 6, 2024
Replies: 1 comment
-
Hi @iamleson98 , Both are excellent questions.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umaranis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @iamleson98 ,
Both are excellent questions.
editor
references the main editor whileactiveEditor
references the active editor that could be the main editor or an editor nested inside it.