Replies: 2 comments 1 reply
-
|
In the documentation is mentioned that only |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Did you solve it? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to rewrite the drag and drop functionality with dnd-kit, which is a React library and all the draggable should be React elements. I've checked Lexical's source code, it seems those TextNodes and ElementNodes's DOM is created and added to their parent DOM via vanilla JavaScript. What can I do if I want to control those nodes with a React library?
Beta Was this translation helpful? Give feedback.
All reactions