Why isn't the NodeViewContent inside my interactive node view receiving focus when navigating with the arrow keys? #5037
Replies: 1 comment
-
Did you manage to figure this out? I'm running into a similar issue |
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
-
I'm following the guide on how to add a content editable in my interactive node view using React.
This view contains an image and a description underneath it on the left side. On the right side is where the user should write. I just want the left side to be ignored, so that when I move the caret with the arrow keys, the displacement goes this way: paragraph -> my node's area for writing -> next paragraph.
The problem occurs when it gets into my component; the caret disappears. If I write, my node view gets replaced by the text I write.
What am I doing wrong?
Node creation:
Component
Beta Was this translation helpful? Give feedback.
All reactions