Replies: 1 comment
-
You can't put unmanaged DOM children inside of lexical managed elements with the current public APIs. Generally speaking this sort of UI is currently implemented by adding DOM outside of the editor and positioning it in the right place relative to the node. There is an undocumented internal DOMSlot API that could be used to do this in theory but you will have to read the code to understand how it works, and you're on your own since it's not currently a documented and supported API that and it may change in the future. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions