Replies: 2 comments 1 reply
-
|
I think we're using this to allow selection after the DecoratorNode. What's the problem you're having? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
My guess would be about isInline. Though DecoratorNode is true by default. |
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.
-
When the created DecoratorNode is appended, a LineBreakNode(
) is inserted at the end.
If TextNode is appended,
will not be inserted.
Is there any way to avoid LineBreakNode?
Transform
Custom DecoratorNode
Result
Beta Was this translation helpful? Give feedback.
All reactions