Open shilpa9608 opened 1 year ago
Hello team..
The parsing of content is controlled by Prosemirror. When the prosemirror see nested span tag, it only considers the outer one, and discard the inner tag. Can you explain your exact use case why you need nested span tag?
The better way is to use the textStyle plugin for rendering span tag similar to color and font-family plugin.
We need a span wrapping like this. While adding each comment , we need to wrap the text node with new span..
Which packages did you experience the bug in?
custom extension
What Tiptap version are you using?
2.0.0-beta.113
What’s the bug you are facing?
The older wrapping using span removes to add new wrapping . How to avoid this ??